Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony-si/magento2-sl-si
🇸🇮 Slovenian translations - language package for Magento 2
https://github.com/symfony-si/magento2-sl-si
magento magento2 magento2-extension
Last synced: 28 days ago
JSON representation
🇸🇮 Slovenian translations - language package for Magento 2
- Host: GitHub
- URL: https://github.com/symfony-si/magento2-sl-si
- Owner: symfony-si
- License: osl-3.0
- Created: 2016-01-23T02:33:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T21:50:53.000Z (over 6 years ago)
- Last Synced: 2024-09-18T18:48:41.731Z (3 months ago)
- Topics: magento, magento2, magento2-extension
- Language: PHP
- Homepage:
- Size: 915 KB
- Stars: 11
- Watchers: 4
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-magento2 - sl_SI - Slovenian Language Package. (Open Source Extensions / Localization)
- awesome-magento2 - sl_SI - Slovenian Language Package. (Open Source Extensions / Localization)
README
# Magento 2 Slovenian translations
![Progress](http://progressed.io/bar/100?title=completed)
[![Open Software License v. 3.0](https://img.shields.io/badge/License-OSL--3.0-blue.svg)][license]
[![Latest Release](https://img.shields.io/github/release/symfony-si/magento2-sl-si.svg)][latest-release]Slovenian (Slovenia) - `sl_SI` translations for [Magento](https://magento.com/)
Community Edition 2.x.Translations follow Slovenian grammar and translation rules from
[Lugos](https://wiki.lugos.si/slovenjenje:pravila).## Installation
### Option 1: Composer
To install this language package with [Composer](https://getcomposer.org), run
the following in your Magento 2 root folder:```bash
composer require symfonysi/magento2-sl-si
bin/magento setup:static-content:deploy sl_SI
bin/magento cache:clean
bin/magento setup:upgrade
bin/magento cache:flush
```### Option 2: Manual installation
Download the ZIP file of the latest available [release][latest-release] and extract
it to your Magento root folder at `app/i18n/SymfonySi/sl_SI`. Also don't forget
to deploy static files for the locale, run the upgrade setup script and cleaning
cache:```bash
bin/magento setup:static-content:deploy sl_SI
bin/magento cache:clean
bin/magento setup:upgrade
bin/magento cache:flush
```## See also
* [Magento user guide - Adding a Language](http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/translations/xlate.html)
* [Translation mechanism in Magento 2](https://gist.github.com/antonmakarenko/7538216)
* [Magento 1 Slovenian Translations](https://github.com/symfony-si/magento1-sl-si)
* [Crowdin](https://crowdin.com/project/magento-2) - Community effort to
centralize Magento translations. Inactive, new target languages are not being
added.## Supported Magento versions
Supported Magento Community Edition `2.2`, `2.1`, and `2.0` versions:
* `2.2.1`, `2.2.0`
* `2.1.13`, `2.1.12`, `2.1.11`, `2.1.10`, `2.1.9`, `2.1.8`, `2.1.7`, `2.1.6`, `2.1.5`, `2.1.4`, `2.1.3`, `2.1.2`, `2.1.1`, `2.1.0`
* `2.0.4`, `2.0.3`, `2.0.2`, `2.0.1`, `2.0.0`## Contributing and License
Project is open sourced and contributors are welcome. Please check the
[contributing](https://github.com/symfony-si/magento2-sl-si/blob/master/CONTRIBUTING.md)
document how to help.This repository is released under the [Open Software License v. 3.0][license].
[license]: https://github.com/symfony-si/magento2-sl-si/blob/master/LICENSE
[latest-release]: https://github.com/symfony-si/magento2-sl-si/releases/latest