mirror of https://github.com/dswd/zvault
Tanslation
This commit is contained in:
parent
ce3223b5ea
commit
98c352814f
|
@ -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 $@
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue