maguru/magento2-language-uk-ua

Magento2 Ukrainian Language Pack (uk_UA)

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.2 2025-09-22 12:16 UTC

This package is auto-updated.

Last update: 2025-09-22 12:17:18 UTC


README

Magento 2 First Beta Version Total Downloads

Ukrainian translation for Magento 2. Translation uk_UA (Ukrainian (Ukraine)).

Requirements

  • Magento Community Edition 2.1.x-2.4.x or Magento Enterprise Edition 2.1.x-2.4.x

How to install & upgrade MaGuru_uk_UA

1. Install via composer (recommend)

  • We recommend you to install MaGuru_uk_UA module via composer. It is easy to install, update and maintaince.

  • Run the following command in Magento 2 root folder.

1.1 Install

composer require maguru/magento2-language-uk-ua
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 Upgrade

composer update maguru/magento2-language-uk-ua
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store in Product mode:

php bin/magento setup:di:compile