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
505 B
YAML
34 lines
505 B
YAML
- id: prev_page
|
|
translation: "Précédent"
|
|
|
|
- id: next_page
|
|
translation: "Suivant"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "1 min"
|
|
other: "{{ .Count }} min"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "mot"
|
|
other: "{{ .Count }} mots"
|
|
|
|
- id: toc
|
|
translation: "Table des matières"
|
|
|
|
- id: translations
|
|
translation: "Traductions"
|
|
|
|
- id: home
|
|
translation: "Accueil"
|
|
|
|
- id: edit_post
|
|
translation: "Modifier"
|
|
|
|
- id: code_copy
|
|
translation: "Copier"
|
|
|
|
- id: code_copied
|
|
translation: "Copié !"
|