mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 10:13:42 +00:00
Add Indonesian translation
The Indonesian translation is technically almost complete, just not added to messages.js
This commit is contained in:
parent
8dce31d0ad
commit
a57334991e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ const loaders = {
|
|||
ga: () => import('./ga.json'),
|
||||
he: () => import('./he.json'),
|
||||
hu: () => import('./hu.json'),
|
||||
id: () => import('./id.json'),
|
||||
it: () => import('./it.json'),
|
||||
ja: () => import('./ja_pedantic.json'),
|
||||
ja_easy: () => import('./ja_easy.json'),
|
||||
|
|
Loading…
Reference in a new issue