raiguard / TaskList

A simple and unobtrusive todo list for Factorio.
https://mods.factorio.com/mod/TaskList
MIT License
10 stars 9 forks source link

Translations missing since v0.4.5 #29

Closed knniDE closed 1 year ago

knniDE commented 1 year ago

Description

As far as I can evaluate it, since version 0.4.5 all the translations are missing. I noticed it first with the German translation. Then I looked at the comparison to version 0.4.4. Every language file is empty except the keynames. (except english too :D)

Reproduction

Viewing the language files in version 0.4.4 and 0.4.5

knniDE commented 1 year ago

revised german lang file

\locale\de\TaskList.cfg

[controls]
tlst-new-task=Neue Aufgabe
tlst-toggle-gui=Zeige Aufgaben

[mod-setting-description]
tlst-show-active-task=Die aktive Aufgabe ist die oberste "in Arbeit" Aufgabe in deiner Liste, die sich auf der obersten Ebene befindet (keine Teilaufgabe).

[mod-setting-name]
tlst-new-tasks-at-top=Füge neue Aufgabe automatisch ganz oben hinzu
tlst-new-task-on-confirm=Öffne ein neues Aufgabenfenster bei Bestätigung
tlst-new-tasks-in-progress=Markiere neue Aufgaben automatisch als in Arbeit
tlst-show-active-task=Zeige aktive Aufgabe [img=info]
tlst-active-filter-assigned=Aktive Aufgaben filtern: Mir zugewiesen

[gui]
tlst-add-subtask= +  Teilaufgabe
tlst-add-to-top=Ganz oben hinzufügen
tlst-assignee=Bearbeiter
tlst-description=Beschreibung
tlst-edit-task=Aufgabe bearbeiten
tlst-expand-tooltip=Details umschalten\\n[font=default-semibold][color=128, 206, 240]Shift:[/color][/font] Hoch schieben\n[font=default-semibold][color=128, 206, 240]STRG:[/color][/font] Runter schieben
tlst-force=Fraktion
tlst-force-switch-description==Die Aufgaben werden mit allen in deiner Fraktion geteilt
tlst-new-task-instruction=Neue Aufgabe (__CONTROL__confirm-gui__)
tlst-new-task=Neue Aufgabe
tlst-no-active-task=Keine aktive Aufgabe
tlst-private-description=Private Aufgaben sind nur für dich sichtbar
tlst-private=Privat
tlst-private-switch-description=Aufgaben sind nur für dich sichtbar
tlst-show-completed=Zeige Erledigte
tlst-status-blocked=Blockiert
tlst-status-description=Du kannst den Status einer Aufgabe ändern, indem du auf das Statussymbol in der Aufgaben-GUI klickst.
tlst-status-in-progress=In Arbeit
tlst-status-not-started=Nicht gestartet
tlst-status-paused=Pausiert
tlst-status=Status
tlst-subtask-of=Teilaufgabe von "__1__"
tlst-tasks=Aufgaben
tlst-title=Titel
tlst-unassigned=Nicht zugeordnet

[message]
tlst-task-must-have-title=Die Aufgabe muss einen Titel haben

[mod-description]
TaskList=Behalte den Überblick über deine Aufgaben / ToDos in einer einfachen und unaufdringlichen Oberfläche.

[mod-name]
TaskList=Aufgabenliste

[shortcut-name]
tlst-new-task=Neue Aufgabe
tlst-toggle-gui=Aufgaben

[string-mod-setting]
tlst-show-active-task-off=Aus
tlst-show-active-task-force=Fraktion
tlst-show-active-task-private=Privat
raiguard commented 1 year ago

Thanks for the report. This is because I switched to Crowdin for translations. You can view and contribute to the Crowdin project here. I neglected to add logic to my script to upload existing translations, so it nuked them when I made the switch.

I have uploaded your German locale to Crowdin and it should be included in the next release. Thank you!