How to test translation in desktop application? #4254
-
I would like to contribute by translating the app, but I would also like to check if translation is looking good in application. Is there any possibility to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello @MaksaUniver! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and contribute to the project while we wait for a human maintainer. Excited to assist you! 🚀 You can test translations in the Super Productivity desktop application by using the built-in feature to switch languages. The application allows you to select a language from a list of options, which includes various languages like Arabic, Czech, German, Spanish, English, and more. This feature is implemented as a form section with a select input type, enabling you to change the language for testing purposes [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
@MaksaUniver sorry for the bot! That was a lot of nonsense :/ I deactivated the fella. Best way to achieve this, is to start the local dev server as described in the readme: Then you can edit the translation files (e.g. |
Beta Was this translation helpful? Give feedback.
@MaksaUniver sorry for the bot! That was a lot of nonsense :/ I deactivated the fella.
Best way to achieve this, is to start the local dev server as described in the readme:
https://github.com/johannesjo/super-productivity?tab=readme-ov-file#running-the-development-server
Then you can edit the translation files (e.g.
en.json
) directly.