diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-04 18:05:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-04 18:05:27 +0200 |
commit | 815a8c255faa8959fa2086b11e3f3bf1785be274 (patch) | |
tree | ae49295004174f5010e28169b262b7006a22e769 /locale/tools/src | |
parent | 2c130686b0573844072b1c0a2862defa40a5082a (diff) | |
download | hurrycurry-815a8c255faa8959fa2086b11e3f3bf1785be274.tar hurrycurry-815a8c255faa8959fa2086b11e3f3bf1785be274.tar.bz2 hurrycurry-815a8c255faa8959fa2086b11e3f3bf1785be274.tar.zst |
missing newline in po, balance quotes in es locale
Diffstat (limited to 'locale/tools/src')
-rw-r--r-- | locale/tools/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/tools/src/main.rs b/locale/tools/src/main.rs index 401fbc63..1ae59c83 100644 --- a/locale/tools/src/main.rs +++ b/locale/tools/src/main.rs @@ -51,6 +51,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" + {}"#, input.file_stem().unwrap().to_string_lossy(), ini.into_iter() |