wheelmap-classic
wheelmap-classic copied to clipboard
add translations in the "add place" flow
During the redesign of the http://wheelmap.org/nodes/new/name_category flow @lennerd added some new text and some of it is still in english/german only.
I checked the form and so far it's displayed in different languages. But I found out that validation messages are still shown in German:
@schultyy cc @1000miles Thanks for clarifying. These text parts seem to lack a corresponding string in the yml-file. Could this be integrated in order to get them translated?
@Svenyo cc @schultyy
We just checked it again. The validation error message muss ausgefüllt werden appears because the key is not fully translated yet into all languages due to missing keys ('blank'/'empty') in the wheelmap.yml of respective language.
Examples:
not translated yet:
already translated:
Screenshot (spanish):

Conclusion:
Most basic languages are translated, we might need to boost translation on transifex and fetch them afterwards.
P.S. Unfortunately I currently can not progress to test further steps due to a bug (422 Unprocessable Entity) when clicking on the continue button. Will investigate this further.
@1000miles Okay, thanks!