Polish locale package for Magento 2

Overview

Polski pakiet językowy dla Magento 2

Repozytorium zawiera gotowy komponent z językiem polskim dla Magento 2.

Tłumaczenia są synchronizowane ze zmianami dokonanymi w serwisie Crowdin.

Instalacja i aktualizacja

U użyciem composera (zalecane)

Instalacja

  • jeżeli chcemy trzymać się tylko oficjalnych wydań pakietu (do użycia w działającym sklepie)
$ composer require snowdog/language-pl_pl
  • jeżeli zależy nam na wszystkich aktualnych zmianach (dla tłumaczy)
$ composer require snowdog/language-pl_pl dev-develop

Na koniec instalujemy treści statyczne z pobranym przed chwilą pakietem i czyścimy pamięci podręczne sklepu:

$ php bin/magento setup:static-content:deploy pl_PL
$ php bin/magento cache:flush

Aktualizacja

$ composer update snowdog/language-pl_pl
$ php bin/magento setup:static-content:deploy pl_PL
$ php bin/magento cache:flush

Manualna

Pobieramy zawartość repozytorium i umieszczamy jego zawartość w lokalizacji app/i18n/snowdog/pl_pl/. Ostatecznie powinniśmy otrzymać następującą strukturę:

app/i18n/
└── snowdog
    └── pl_pl
        ├── composer.json
        ├── language.xml
        ├── pl_PL.csv
        ├── README.md
        └── registration.php

Na koniec instalujemy treści statyczne z pobranym przed chwilą pakietem i czyścimy pamięci podręczne sklepu:

$ php bin/magento setup:static-content:deploy pl_PL
$ php bin/magento cache:flush
You might also like...
Docker-magento - Docker image for Magento 1.6 to 1.9

Docker image for Magento 1.x This repo creates a Docker image for Magento 1.x. Please note The primary goal of this repo is to create Docker images fo

Magento-composer-installer - Composer installer for Magento modules
Magento-composer-installer - Composer installer for Magento modules

!!! support the maintainer of this project via Patreon: https://www.patreon.com/Flyingmana Magento Composer Installer The purpose of this project is t

Chef-magento - Installs and Configures a Magento project

Description Requirements Chef 0.10.0 or higher required (for Chef environment use). Platform Debian, Ubuntu CentOS, Red Hat, Fedora Your basebox must

Cookbook-magento - Collection of recipes to build app stack for the Magento deployments with Chef

Magento Cookbook Collection of recipes to build app stack for the Magento deployments with Chef Installation With Berkshelf echo "cookbook 'magento',

Magento-bulk - Bulk Import/Export helper scripts and CLI utilities for Magento Commerce

Magento Bulk Bulk operations for Magento. Configuration Copy config.php.sample to config.php and edit it. Product Attribute Management List All Attrib

Phpcs-magento-rules - A set of PHPCS rules used by made.com when hacking Magento

Made.com PHPCS Magento Rules A set of PHPCS rules used by made.com when hacking Magento. Pre-Requisites PHPCS Installation Short Version Clone this re

This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

This Magento extension provides a Real Full Page Caching (FPC) for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Foundation 3 Framework for Magento 1.7. Foundation styles and libraries. Magento Responsive theme. Off-canvas Left-Right sidebar columns for mobile.

Magento Foundation 3 Framework Zurb Foundation 3 framework for Magento 1.7. Magento Foundation 3 Version 1.3.0. Demo page: http://magendation.internet

Comments
  • Fix translation for zip code suggestion

    Fix translation for zip code suggestion

    vendor/magento/module-checkout/view/frontend/web/js/model/shipping-rates-validator.js:178

    warnMessage += $t(' Example: ') + postcodeValidator.validatedPostCodeExample.join('; ') + '. ';

    opened by mstrzyzewski 0
Owner
SNOW.DOG
SNOW.DOG
A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2

Simple Import / Export tool A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2. Table data

EcomDev B.V. 51 Dec 5, 2022
Magento 2 Spanish (Spain) language package - Paquete de idioma Español (España) para Magento 2

Magento 2 Spanish (Spain) language package - Paquete de idioma Español (España) para Magento 2 Traducciones Se han recopilado las traducciones existen

Lito 13 Aug 5, 2022
This Magento 2 extension integrates EasyTranslate into Magento 2.

EasyTranslate Magento 2 Connector This Magento 2 extension integrates EasyTranslate into Magento 2. Mind that you need to have an account with EasyTra

Easytranslate ApS 0 Oct 7, 2022
Magento-Functions - A Resource of Magento Functions

Magento-Functions A Resource of Magento Functions Table of Contents Category Product User Cart Checkout General Account [Working w/ URL's] (#urls) Cat

Bryan Littlefield 28 Apr 19, 2021
Magento - Magento Community Editions

Magento Community Edition /// THIS REPOSITORY IS DEPREACTED /// 1.9.4.1 will be the last version update. Please switch over to OpenMage! Either to the

FireGento e. V. 107 Oct 17, 2022
Magento-Vagrant-Puppet-Nginx - Installs magento and a nginx server

Magento-Vagrant-Puppet-Nginx Installs Magento MySQL PHP PHP-FPM Nginx n98-magerun Setup git submodule init git submodule update vagrant up Modify pupp

Christian Münch 61 Aug 10, 2022