I want to prepare website for my client using umbraco, but there is one important problem. I cant find all of the files/places where i can do a translations.
I need fully-polish backend. Actually polish translation served with Umbraco package is very very weak and small. I want to do a good translation and share it with community but i cant find all of the translation places.
For example where can I find files to translate tabs eg. "Change password" / "Getting started", "Backoffice tweaking" etc.
It looks like a few of these are not currently being localised, I did find one section of keys (for "Click to upload") that is missing from the Polish file that you could add:
Umbraco backoffice UI translations (localization)
Hi.
I want to prepare website for my client using umbraco, but there is one important problem. I cant find all of the files/places where i can do a translations.
I need fully-polish backend. Actually polish translation served with Umbraco package is very very weak and small. I want to do a good translation and share it with community but i cant find all of the translation places.
For example where can I find files to translate tabs eg. "Change password" / "Getting started", "Backoffice tweaking" etc.
Hi there,
You can find the Polish language file here https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web.UI/umbraco/config/lang/pl.xml as you can see there are plenty of "translate me"
Look forward to seeing your pull request with a fixed Polish translation!
Jeavon
I know this file. But problem is there, that i dont know how to translate this :
(photos with examples): OneDrive
It looks like a few of these are not currently being localised, I did find one section of keys (for "Click to upload") that is missing from the Polish file that you could add:
https://github.com/umbraco/Umbraco-CMS/blob/94b0870a53d3aad367df633092d6568ee791bcd3/src/Umbraco.Web.UI/umbraco/config/lang/en.xml#L168
pull request with full polish translation added :)
is working on a reply...