feat: Add Dutch Translation (I18N) Support#2239
feat: Add Dutch Translation (I18N) Support#2239alexjustesen merged 4 commits intoalexjustesen:mainfrom
Conversation
- Added Dutch translation to the `auth.php` file. - The `nl_NL` section now includes the Dutch version of the content of Speedtest Tracker new file: lang/nl_NL/auth.php
- Added Dutch translation to the `pagination.php` file. - The `nl_NL` section now includes the Dutch version of the content of Speedtest Tracker new file: lang/nl_NL/pagination.php
- Added Dutch translation to the `passwords.php` file. - The `nl_NL` section now includes the Dutch version of the content of Speedtest Tracker new file: lang/nl_NL/passwords.php
- Added Dutch translation to the `validation.php` file. - The `nl_NL` section now includes the Dutch version of the content of Speedtest Tracker new file: lang/nl_NL/validation.php
|
Hi @alexjustesen, quick question: It's not possible to use the Dutch translation with the Docker image? |
|
We make use of Laravel's Localization so all you need to do is add an env variable That being said, I haven't done a good job setting string translations or making sure the translation files are updated with the latest strings. |
|
Another environment variable, haha! I overlooked this one. Thanks for your quick response. |
|
I tried the following: APP_LOCALE=nl_NL But this doesn’t work, and I can’t find anything about this environment variable in the documentation. Here is the full compose and config Repo: Docker/speedtest-tracker EDIT: I have it working now with |
📃 Description
This update introduces Dutch language support to Speedtest Tracker, enhancing its multilingual functionality. Enabling Dutch-speaking users to interact with Speedtest Tracker in their native language.
🪵 Changelog
➕ Added
lang/nl_NL:auth.phppagination.phppasswords.phpvalidation.phpNote
The source of truth for the language is based on
de_DE, as the English translations (en) are not fully complete.