misode.github.io icon indicating copy to clipboard operation
misode.github.io copied to clipboard

General Question: How are you adding new Translations?

Open catter1 opened this issue 3 years ago • 2 comments

On the localization site, to request a new translation, it says to create an issue here. I am trying to set up Weblate for my own thing, and am curious on how you are doing it on the backend, since the Weblate documentation is not super clear. When you see a translation request, how do you add it into the system? I appreciate any info you reply with.

catter1 avatar Oct 14 '22 12:10 catter1

There is a "Start new translation" button on the component page for admins to add new languages. You could also create a new language file manually (for example, under src/locales for this repo) and it will get picked up by Weblate automatically.

You could also change the "Adding new translation" option in the component settings (Manage -> Settings -> Files) to "Create new lang file" so that all users can add new translations without having to ask the maintainers.

SPGoding avatar Oct 14 '22 13:10 SPGoding

Awesome, thanks for the info!

catter1 avatar Oct 14 '22 16:10 catter1