mirror of
https://github.com/mempool/mempool.git
synced 2026-08-14 12:43:10 +02:00
Enable 'ka' locale for Georgian
This commit is contained in:
parent
8d565f5c62
commit
a2740aaa02
5 changed files with 2772 additions and 2 deletions
|
|
@ -47,6 +47,10 @@
|
|||
"translation": "src/locale/messages.ja.xlf",
|
||||
"baseHref": "/ja/"
|
||||
},
|
||||
"ka": {
|
||||
"translation": "src/locale/messages.ka.xlf",
|
||||
"baseHref": "/ka/"
|
||||
},
|
||||
"nl": {
|
||||
"translation": "src/locale/messages.nl.xlf",
|
||||
"baseHref": "/nl/"
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ export const languages: Language[] = [
|
|||
{ code: 'fa', name: 'فارسی' }, // Persian
|
||||
{ code: 'fr', name: 'Français' }, // French
|
||||
// { code: 'gl', name: 'Galego' }, // Galician
|
||||
{ code: 'ka', name: 'ქართული' }, // Georgian
|
||||
// { code: 'ko', name: '한국어' }, // Korean
|
||||
// { code: 'hr', name: 'Hrvatski' }, // Croatian
|
||||
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
|
||||
|
|
|
|||
2763
frontend/src/locale/messages.ka.xlf
Normal file
2763
frontend/src/locale/messages.ka.xlf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue