Skip to content

Commit 7b0aff1

Browse files
authored
i18n(id): add indonesia (#16)
1 parent 45cc3cb commit 7b0aff1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

locales/id.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Usage: $0 <command> [options]": "Cara menggunakan: $0 <perintah> [opsi]",
3+
"compile the i18n resources": "susun sumber i18n",
4+
"the i18n resource source path": "lokasi path sumber i18n",
5+
"the compiled i18n resource output path": "path hasil keluaran penyusunan i18n",
6+
"Success compilation: {source} -> {output}": "Penyusunan sukses: {source} -> {output}",
7+
"{source}: Ignore compilation due to not supported '{ext}'": "{source}: Abaikan penyusunan karena belum didukung '{ext}'",
8+
"Warning compilation: {source} -> {output}, {msg}": "Peringatan penyusunan: {source} -> {output}, {msg}",
9+
"Error compilation: {source} -> {output}, {msg}": "Galat penyusunan: {source} -> {output}, {msg}"
10+
}

0 commit comments

Comments
 (0)