Add translations in submodule

This commit is contained in:
southerntofu 2020-07-11 17:53:11 +02:00
parent fb90de6aad
commit 3e048747cd
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "i18n"]
path = i18n
url = https://tildegit.org/southerntofu/git-build-i18n

View File

@ -4,7 +4,11 @@ Rust reimplementation of git-build.sh
# Running
Requires the translation files from git-build.sh. TODO: Use a dedicated repository for translations, with a git submodule
Requires the translation files to run. They are included in a submodule, you need to use `--recursive` with git:
```
git clone --recursive https://tildegit.org/southerntofu/git-build.rs
```
```
LANG=fr LOG=debug I18N=~/git-build.sh/i18n/ cargo run --release

1
i18n Submodule

@ -0,0 +1 @@
Subproject commit 5fd01cce804b3863abb4f465365df8051ba86ab2