You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some text had to be changed to work in both german and english. Example:
updateTips(tipID, "Length of " + fieldName + " must be between " + min + " and " + max + " characters.");
If anyone has a solution for those points feel free to tell (or directly implement it)
Translation the page was done as follows:
A json file inside the 'langs' folder contains the entire text in the format. The key is the english text (or a succinct translation of the text) and the value is the german text
Static html elements that contain text receive the following attributes:
class="text-container" data-text-section = data-text-elem=
this changes the text to the german version
For text generated by scripts one can use : window.languageData[][] to get the corresponding text
The text was updated successfully, but these errors were encountered:
The translation of the page in german is mostly finished.
Here are a few open issues (in order of importance):
updateTips(tipID, "Length of " + fieldName + " must be between " + min + " and " + max + " characters.");
If anyone has a solution for those points feel free to tell (or directly implement it)
Translation the page was done as follows:
class="text-container" data-text-section =
this changes the text to the german version
The text was updated successfully, but these errors were encountered: