This is the log line:
Client: Don't know how to load file "de.po"
It targets de, because that's my client locale. I assume the others are also affected. I don't know what's wrong with the file, maybe because it's in a subfolder? Maybe because the files have odd-looking \n in their values?
Note the \n:
# Generated by mttranslate.
msgid ""
msgstr ""
"PO-Revision-Date: 2024年01月02日 23:40+0000\n"
"Last-Translator: Kyoushi <denis@tragedian.com>\n"
"Language-Team: German <https://translate.codeberg.org/projects/leads/leads/"
"de/>\n"
"Language: de\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.3.1\n"
for my reference 7631
This is the log line:
```
Client: Don't know how to load file "de.po"
```
It targets de, because that's my client locale. I assume the others are also affected. I don't know what's wrong with the file, maybe because it's in a subfolder? Maybe because the files have odd-looking `\n` in their values?
Note the \n:
```
# Generated by mttranslate.
msgid ""
msgstr ""
"PO-Revision-Date: 2024年01月02日 23:40+0000\n"
"Last-Translator: Kyoushi <denis@tragedian.com>\n"
"Language-Team: German <https://translate.codeberg.org/projects/leads/leads/"
"de/>\n"
"Language: de\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.3.1\n"
```
for my reference 7631