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
527 B
YAML
34 lines
527 B
YAML
- id: prev_page
|
|
translation: "Pàgina anterior"
|
|
|
|
- id: next_page
|
|
translation: "Pàgina següent"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "1 minut"
|
|
other: "{{ .Count }} minuts"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "paraula"
|
|
other: "{{ .Count }} paraules"
|
|
|
|
- id: toc
|
|
translation: "Taula de Continguts"
|
|
|
|
- id: translations
|
|
translation: "Traduccions"
|
|
|
|
- id: home
|
|
translation: "Inici"
|
|
|
|
- id: edit_post
|
|
translation: "Editar"
|
|
|
|
- id: code_copy
|
|
translation: "copiar"
|
|
|
|
- id: code_copied
|
|
translation: "copiat!"
|