This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Gulp | |
| var gulp = require('gulp'), | |
| // Stylus | |
| stylus = require('gulp-stylus'), | |
| minifyCSS = require('gulp-minify-css'), | |
| prefix = require('gulp-autoprefixer'), | |
| rupture = require('rupture'), | |
| jeet = require('jeet'), | |
| axis = require('axis'), | |
| typographic = require('typographic'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Created by PhpStorm. | |
| * User: kkrieger | |
| * Date: 04.05.15 | |
| * Time: 14:03 | |
| */ | |
| ini_set('display_errors', 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "kkrieger85/magento2-locale-it-it", | |
| "description": "Italian language", | |
| "version":"100.0.0-alpha", | |
| "license": [ | |
| "OSL-3.0" | |
| ], | |
| "require": { | |
| "magento/framework": "100.0.*" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for i in `find . -name it_IT.csv`; do | |
| cat $i >>it_IT.csv; | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| \Magento\Framework\Component\ComponentRegistrar::register( | |
| \Magento\Framework\Component\ComponentRegistrar::LANGUAGE, | |
| 'kkrieger_it_it', | |
| __DIR__ | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/Language/package.xsd"> | |
| <code>it_IT</code> | |
| <vendor>kkrieger</vendor> | |
| <package>it_it</package> | |
| <sort_order>100</sort_order> | |
| </language> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "vcs", | |
| "url": "https://github.com/kkrieger85/magento2_italian_language_pack.git" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| composer require kkrieger85/magento2-locale-it-it:"dev-master" | |
| php bin/magento setup:static-content:deploy it_IT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/Language/package.xsd"> | |
| <code>it_IT_</code> | |
| <vendor>[vendorname]</vendor> | |
| <package>[packagename]</package> | |
| <sort_order>100</sort_order> | |
| <use vendor="kkrieger" package="it_it" /> | |
| </language> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: EnableAutoUpdates | |
| * Plugin URI: --- | |
| * Description: *Enable autoupdates for major_core_update, minor_core_updates, plugin_update, theme_updates *Sends E-Mail for success, fail, critical results. *For more information, see <a href="http://codex.wordpress.org/Configuring_Automatic_Background_Updates">Wordpress-Codex</a> and <a href="http://wordpress.stackexchange.com/questions/120081/how-do-i-configure-automatic-updates-in-wordpress-3-7">Article on wordpress.stackexchange.com </a> | |
| * Version: 0.0.1 | |
| * Author: Kevin Krieger | |
| * Author URI: http://kkrieger.de | |
| * Text Domain: mytextdomain | |
| * License: GPL2 |
OlderNewer