├── github_contributions.csv ├── language.xml ├── composer.json ├── registration.php ├── LICENSE ├── HOW-TO-CONTRIBUTE.md └── README.md /github_contributions.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /language.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | it_IT 4 | mageplaza 5 | it_it 6 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mageplaza/magento-2-italian-language-pack", 3 | "description": "Italian language package for Magento 2", 4 | "homepage": "https://www.mageplaza.com", 5 | "require": { 6 | "mageplaza/module-core": "^1.3.13" 7 | }, 8 | "type": "magento2-language", 9 | "minimum-stability": "dev", 10 | "prefer-stable": true, 11 | "license": [ 12 | "MIT" 13 | ], 14 | "authors": [ 15 | { 16 | "name": "Mageplaza team", 17 | "email": "hi@mageplaza.com", 18 | "homepage": "https://www.mageplaza.com", 19 | "role": "Leader" 20 | } 21 | ], 22 | "autoload": { 23 | "files": [ 24 | "registration.php" 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- 1 | Configuration > General > Locale Options` 148 | ![{{Magento 2 Italian language pack}}](https://cdn.mageplaza.com/media/general/aPSUA0l.png) 149 | 150 | 151 | ## 4. How to contribute 152 | 153 | Contribute to this language at : 154 | - [On Crowdin](https://crowdin.com/project/magento-2): It takes time to approve your contribution by Magento team. 155 | - [On Github](https://github.com/mageplaza/magento-2-italian-language-pack/blob/master/HOW-TO-CONTRIBUTE.md): It's faster, our team will approve it after you send pull request. 156 | 157 | 158 | ## 5. Supported Magento versions 159 | 160 | It supports all Magento 2 versions include [Magento 2 open-source](https://www.mageplaza.com/download-magento/) (Community), Magento 2 Commerce (EE), Magento Cloud, Magento B2B, Magento MSI. 161 | 162 | 163 | - Magento v2.0.x 164 | - Magento v2.1.x 165 | - Magento v2.2.x 166 | - Magento v2.3.x 167 | - Magento v2.4.x 168 | 169 | 170 | 171 | ## 6. Notes 172 | 173 | - This project automatically updates weekly from Crowdin. 174 | - Any question, issue please [create a new issue](https://github.com/mageplaza/magento-2-italian-language-pack/issues/new) 175 | 176 | ## 7. Language package authors 177 | 178 | - [Magento official translations project for Magento 2](https://crowdin.com/project/magento-2) 179 | - Magento Community 180 | - Language packages built by [Mageplaza team](https://www.mageplaza.com/) 181 | 182 | 183 | ## 8. References 184 | 185 | - https://www.mageplaza.com/magento-2-italian-language-pack.html 186 | - https://crowdin.com/project/magento-2 187 | 188 | 189 | 190 | ## Mageplaza extensions on Magento Marketplace, Github 191 | 192 | 193 | - [Layered Navigation](https://marketplace.magento.com/mageplaza-layered-navigation-m2.html) 194 | - [One Step Checkout](https://marketplace.magento.com/mageplaza-magento-2-one-step-checkout-extension.html) 195 | - [SMTP](https://marketplace.magento.com/mageplaza-module-smtp.html) ; [SMTP on Github](https://github.com/mageplaza/magento-2-smtp) 196 | - [Blog](https://github.com/mageplaza/magento-2-blog) 197 | - [Security](https://marketplace.magento.com/mageplaza-module-security.html) 198 | - [Social Login](https://github.com/mageplaza/magento-2-social-login) 199 | - [SEO](https://github.com/mageplaza/magento-2-seo) ; [SEO on Marketplace](https://marketplace.magento.com/mageplaza-magento-2-seo-extension.html) 200 | - [SMTP](https://github.com/mageplaza/magento-2-smtp) 201 | - [Product Slider](https://github.com/mageplaza/magento-2-product-slider) 202 | - [Banner](https://github.com/mageplaza/magento-2-banner-slider) 203 | - [Sample Payment Method](https://github.com/mageplaza/magento-2-sample-payment-method) 204 | 205 | 206 | 207 | --------------------------------------------------------------------------------