Tanslation

master
Dennis Schwerdel 2018-02-24 14:55:56 +01:00
parent ce3223b5ea
commit 98c352814f
3 changed files with 2136 additions and 1 deletions

View File

@ -1,2 +1,9 @@
default:
MO_FILES = de.mo
default: default.pot ${MO_FILES}
default.pot: excluded.po ../src
(cd ../src; find . -name '*.rs') | xargs xgettext -D ../src --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
%.mo : %.po
msgfmt $< -o $@

2120
lang/de.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1582,3 +1582,11 @@ msgstr ""
msgid "secret"
msgstr ""
#: bundledb/db.rs:43 bundledb/reader.rs:17 bundledb/writer.rs:39
msgid "a Path, err: io::Error) -> (err, path.to_path_buf())"
msgstr ""
#: bundledb/writer.rs:33 repository/backup_file.rs:34
msgid "a Path, err: msgpack::EncodeError) -> (err, path.to_path_buf())"
msgstr ""