All Projects → symfony-si → Magento1 Sl Si

symfony-si / Magento1 Sl Si

Licence: osl-3.0
🇸🇮 Magento 1 Slovenian translations

Projects that are alternatives of or similar to Magento1 Sl Si

Magento Turpentine
A Varnish extension for Magento.
Stars: ✭ 531 (+10520%)
Mutual labels:  magento, magento-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+1020%)
Mutual labels:  magento, magento-extension
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+600%)
Mutual labels:  magento, magento-extension
config-extension
Magento extension that improves config system
Stars: ✭ 20 (+300%)
Mutual labels:  magento, magento-extension
Spranks StorePickup
This extension provides a new, simple shipping method "Store Pickup".
Stars: ✭ 13 (+160%)
Mutual labels:  magento, magento-extension
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+920%)
Mutual labels:  magento, magento-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+700%)
Mutual labels:  magento, magento-extension
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+1100%)
Mutual labels:  magento, magento-extension
apiplus-magento
Make your Magento API integration easier for third parties with this module.
Stars: ✭ 16 (+220%)
Mutual labels:  magento, magento-extension
magento-jobqueue
A database backed asynchronous job queue for Magento
Stars: ✭ 52 (+940%)
Mutual labels:  magento, magento-extension
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (+360%)
Mutual labels:  magento, magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+500%)
Mutual labels:  magento, magento-extension
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (+240%)
Mutual labels:  magento, magento-extension
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+800%)
Mutual labels:  magento, magento-extension
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (+580%)
Mutual labels:  magento, magento-extension
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+840%)
Mutual labels:  magento, magento-extension
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (+200%)
Mutual labels:  magento, magento-extension
magento-alsoviewed
Product recommendation module, based on other customers activities
Stars: ✭ 19 (+280%)
Mutual labels:  magento, magento-extension
magento-1
PAYONE Payment Extension for Magento 1
Stars: ✭ 19 (+280%)
Mutual labels:  magento, magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (+400%)
Mutual labels:  magento, magento-extension

Magento 1 Slovenian translations

Build Status Progress Open Software License v. 3.0 Latest Release

Magento Slovenian translations

About

Slovenian (Slovenia) - sl_SI open source language pack for Magento Community Edition 1.x. Translations include entire Magento Community edition - store's front end, administration, emails and TinyMCE editor in administration forms.

Translations follow Slovenian grammar and translation rules from Lugos.

Supported Magento CE versions:

  • 1.9.3.8
  • 1.9.3.7
  • 1.9.3.6
  • 1.9.3.4
  • 1.9.3.3
  • 1.9.3.2
  • 1.9.3.1
  • 1.9.3.0
  • 1.9.2.4
  • 1.9.2.3
  • 1.9.2.2
  • 1.9.2.1
  • 1.9.2.0
  • 1.9.1.1
  • 1.9.1.0

Installation

Choose one of the installation options below that suits your case.

Option 1: Magento Connect Manager

The preferred way to install this extension is to use the Magento Connect Manager from the Magento application administration and to directly upload the latest package archive locale_sl_si-1.x.y.tgz in your application. That way possible future updates will be easier to manage.

Latest package for download is available on GitHub.

From the Magento administration back end visit System->Magento Connect->Magento Connect Manager and use the Direct package file upload form to upload the downloaded tgz package.

Direct file upload

After the upload you should see the successful extension installation notice

Package installed

Enable Slovenian locale in Magento admin at System->Configuration->Locale Options->Locale and flush the Magento cache after installation to see changes.

Option 2: Composer

Magento 1 provides Composer integration by using packages.firegento.com. Run the following in command line:

$ composer require symfony-si/magento1-sl-si

And flush the Magento cache.

Option 3: Modman

Another modular installation and extensions management option is Modman. Inside Magento root folder run:

$ modman init
$ modman clone git://github.com/symfony-si/magento1-sl-si.git

FAQ

Why are product attributes (Color, Weight, Tier Price, etc.) not translated?

All products have attributes assigned. They are set when you're setting up the store views or adding the products. You can localize attributes names at Catalog->Attributes->Manage Attributes. Open the wanted attribute, switch to Manage Label / Options tab and translate the attribute titles as needed. Follow the documentation for more info.

How to leave Magento admin interface in English?

Go to System->Configuration->General->Locale Options and set Locale to English (United States). Then in the dropdown on the left at Current Configuration Scope, select your website and set Locale to slovenščina (Slovenija).

How to customize translations?

Replacing core translations in app/locale/sl_SI folder is not advised because extension's updates will overwrite files in it.

If you'd like to replace some translations with your own, you can do so in the theme's translation.csv file. For administration add app/design/adminhtml/default/default/locale/sl_SI/translate.csv and override wanted translations. For your frontend theme add app/design/frontend/{package}/{your_theme}/locale/sl_SI/translate.csv and override translations.

Some translation overrides might also need the module name prefix in translate.csv:

"Mage_Catalog::Add to Cart","Dodaj v voziček"

When creating modules, translation files are defined in the config.xml:

<adminhtml>
    <translate>
        <modules>
            <Your_Module>
                <files>
                    <default>Your_Translation.csv</default>
                </files>
            </Your_Module>
        </modules>
    </translate>
</adminhtml>

Email templates can be customized either in administration at System->Transactional Emails or by adding file templates in the theme's locale folder with the same pattern as in the app/locale/sl_SI/template.

How to use TinyMCE editor translations?

TinyMCE editor in Magento 1 is by default using English language. Slovenian translation for TinyMCE is also enabled if you've followed one of the above installation procedures.

Which PHP versions are supported?

This sl_SI language pack supports all of the latest PHP versions including 5.3. Magento however recommends to use PHP 5.4 or PHP 5.5 for current shipping versions (1.9.x). Magento 1 works fine also on PHP 7, however some minor hacks are required. Consider upgrading your server to PHP 7.

Which files/folders are included in the package?

Language pack consists of the following files/folders:

  • Module configuration:

    app/code/community/Slovenian/LocalePackSl/etc/config.xml

  • Administration layout file:

    app/design/adminhtml/default/default/layout/slovenian/localepacksl.xml

  • Magento global module configuration:

    app/etc/modules/Slovenian_LocalePackSl.xml

  • Slovenian translations for front end, administration and emails:

    app/locale/sl_SI/

  • Adjusted TinyMCE setup:

    js/slovenian/setup.js

  • TinyMCE translation files:

    js/tiny_mce/

  • Package data file with rules for building the package, that is moved to var/package/locale_sl_si-1.x.y.xml:

    package.xml

See also

Magento 1.x manages its core translations through a series of CSV files located in app/locale/. By default there is an en_US folder with English translations.

Magento 2

Looking for the current Magento 2? Slovenian translations for Magento 2 are also available on GitHub.

Contributing and license

Contributions and improvement suggestions are welcome. In case you find an issue with this extension, please open issue. The contributing document provides more info how to help out.

This repository is released under the Open Software License v. 3.0.

Magento administration:

Screenshot 1

Magento administration:

Screenshot 2

Tiny MCE editor:

Screenshot 3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].