shubo/language-pack-ka-ge

Georgian (Georgia) — ka_GE — language pack for Magento 2.4.8+. Storefront + checkout + Shubo marketplace modules.

Maintainers

Package info

github.com/nshubitidze/module-language-pack-ka-ge

Language:CSV

Type:magento2-language

pkg:composer/shubo/language-pack-ka-ge

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.2 2026-05-01 01:14 UTC

This package is auto-updated.

Last update: 2026-05-01 01:15:02 UTC


README

First public Georgian (ka_GE) language pack for Magento 2.4.x. ~92% native-quality translations, Mageplaza de_DE structural parity. MIT licensed.

License: MIT Magento Coverage Packagist

Why this exists

No public Georgian language pack for Magento 2 existed before this one. Georgian merchants using Magento 2 had to run their stores in English or Russian. This pack provides native-quality Georgian (ka_GE) translations for all Magento 2.4.x core modules, maintained by duka.ge — a Georgian SME marketplace built on Magento 2.

Coverage: 15,276 translation strings across 201 modules, 92% translated, 97.7% on P1 storefront-visible modules (Catalog, Checkout, Customer, Sales, Payment, Theme, Email, Wishlist, Newsletter, Review, Search, CMS).

Installation (Composer — recommended)

composer require shubo/language-pack-ka-ge
bin/magento setup:upgrade
bin/magento setup:static-content:deploy ka_GE -f
bin/magento config:set general/locale/code ka_GE --scope=stores --scope-code=default
bin/magento cache:flush

Per-store in multi-store setups:

bin/magento config:set general/locale/code ka_GE --scope=stores --scope-code=<store-code>

Or via Admin: Stores → Configuration → General → Locale Options → Locale = Georgian (Georgia).

Installation (manual)

  1. Download and extract to app/i18n/Shubo/ka_GE/
  2. Run:
    bin/magento setup:upgrade
    bin/magento setup:static-content:deploy ka_GE -f
    bin/magento cache:flush

Coverage

Tier Coverage
Overall (15,276 strings, 201 modules) 92%
P1 storefront (Catalog, Checkout, Customer, Sales, Payment, Paypal, Theme, Email, Wishlist, Newsletter, Review, Search, CMS, Cookie, Tax, Shipping) 97.7%

Full per-module table: docs/coverage-report.md

Contributing

We welcome corrections from native Georgian speakers. Before submitting a PR, please read the translation style guide. The key rules:

  • Formal თქვენ register for all customer-facing strings (not შენ)
  • Brand names in English: PayPal, Magento, FedEx — never transliterated
  • Use ელ. ფოსტა (not ემაილი), შეცდომა (not ერორი), შესვლა (not ლოგინი)
  • All %1, %2, {{var ...}} placeholders must appear identically in the translation

Reporting wrong translations: open a GitHub Issue with the English source string, current Georgian translation, and your suggested correction.

About duka.ge

This pack is maintained by duka.ge — a Georgian SME marketplace built on Magento 2. We open-source our localization work to help other Georgian Magento merchants. For questions, please open a GitHub Issue.

License

MIT — free to use, modify, and distribute.

Credits