Replace the git submodule with directly tracked files so that `git commit .` no longer fails with 'does not have a commit checked out'. Removed .github/ from the vendored copy since upstream CI workflows are not needed here.
34 lines
501 B
YAML
34 lines
501 B
YAML
- id: prev_page
|
|
translation: "Sebelumnya"
|
|
|
|
- id: next_page
|
|
translation: "Selanjutnya"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "1 menit"
|
|
other: "{{ .Count }} menit"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "kata"
|
|
other: "{{ .Count }} kata"
|
|
|
|
- id: toc
|
|
translation: "Daftar isi"
|
|
|
|
- id: translations
|
|
translation: "Terjemahan"
|
|
|
|
- id: home
|
|
translation: "Beranda"
|
|
|
|
- id: edit_post
|
|
translation: "Sunting"
|
|
|
|
- id: code_copy
|
|
translation: "salin"
|
|
|
|
- id: code_copied
|
|
translation: "disalin!"
|