create new (german) locale #65
Replies: 4 comments 2 replies
|
Hi @schubichler1, great to hear you're working on a German locale! What you've done so far (adding the DB entry + creating For the 3,000+ strings problem, I'd suggest using Claude or DeepL to do a first pass on the full For translated routes (e.g. In the next release, new languages added from the admin panel will have their routes registered automatically — no code changes needed. Right now on the current version, the supported locales are hardcoded, so translated routes won't actually work until you update. In the meantime, the standard English/Italian routes will work fine for German users — only the UI text changes. Let me know if you run into any issues! |
|
To get you started, here is a machine-translated It was translated using Claude with the following conventions:
This is a first draft — since you're a native speaker, I'd recommend reviewing it for accuracy and natural phrasing. Just place it in |
|
If you review and refine this translation, I'd be happy to include it as an official language option in the Pinakes installer. Just let me know when you're happy with it — a PR or even just the final JSON file would work. |
|
Update: Starting with v0.4.9.4 (just released), the Pinakes installer now fully supports German as an installation language. The first step of the installer lets you choose between Italian, English, and German — and the You can grab the latest release here: https://github.com/fabiodalez-dev/Pinakes/releases/tag/v0.4.9.4 If you have any corrections or improvements to the German translations, feel free to submit them — I'll be happy to incorporate them in a future update. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I would like to create a german locale. Fortunately there ist already an italian and english locale, so most string are already outsourced in a json file.
Is there a suggested procedure to create a new locale?
What I have already done:
-> It works, I can see my changed strings in the gui
This works fine for a handful Strings, but there are more than 3000 entries. Is there a default way? Any suggestions?
I'm a native german speaker.
All reactions