Skip to content

Commit

Permalink
i18n(id): add indonesia (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefrydco authored Feb 28, 2021
1 parent 45cc3cb commit 7b0aff1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions locales/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Usage: $0 <command> [options]": "Cara menggunakan: $0 <perintah> [opsi]",
"compile the i18n resources": "susun sumber i18n",
"the i18n resource source path": "lokasi path sumber i18n",
"the compiled i18n resource output path": "path hasil keluaran penyusunan i18n",
"Success compilation: {source} -> {output}": "Penyusunan sukses: {source} -> {output}",
"{source}: Ignore compilation due to not supported '{ext}'": "{source}: Abaikan penyusunan karena belum didukung '{ext}'",
"Warning compilation: {source} -> {output}, {msg}": "Peringatan penyusunan: {source} -> {output}, {msg}",
"Error compilation: {source} -> {output}, {msg}": "Galat penyusunan: {source} -> {output}, {msg}"
}

0 comments on commit 7b0aff1

Please sign in to comment.