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
(1)
Some translation files have code line tempUnitFahrenheit
Some have nothing, some have false, some have true
Details
My understanding is that temUnitFahrenheit true or false does not actually set the default temperature to C or F but merely decides if the user will be able to view a choice in the menu.
if it is set to false then users do not see any choice displayed. If it is set to True, then users have option to choose C | F
Solution:
at the minimum, all translation files should be consistent have have a code line
tempUnitFahrenheit
Perhaps add an option in the Translation editor html with a note explaining the choice:
Display choice of Celsius or Fahrenheit to all users ? yes/no check box.
If your country prefers reduced screen clutter, check No so that no choice will be displayed and everything will default to Celsius. If your country is mixed C/F then check yes, so that all users of this language will see an option in the menu to select the language they prefer.
To reduce screen clutter, many languages may desire not to display any choice in the menu as it is not needed and they will always use Celsius.
Perhaps set all Files to code line
tempUnitFahrenheit : false,
Celsius will display for everyone and if no one complains, it is done. if anyone complains we change those specific country translations to True
The text was updated successfully, but these errors were encountered:
Translation files are not consistent
(1)
Some translation files have code line tempUnitFahrenheit
Some have nothing, some have false, some have true
Details
My understanding is that temUnitFahrenheit true or false does not actually set the default temperature to C or F but merely decides if the user will be able to view a choice in the menu.
if it is set to false then users do not see any choice displayed. If it is set to True, then users have option to choose C | F
Solution:
at the minimum, all translation files should be consistent have have a code line
tempUnitFahrenheit
Perhaps add an option in the Translation editor html with a note explaining the choice:
Display choice of Celsius or Fahrenheit to all users ? yes/no check box.
If your country prefers reduced screen clutter, check No so that no choice will be displayed and everything will default to Celsius. If your country is mixed C/F then check yes, so that all users of this language will see an option in the menu to select the language they prefer.
To reduce screen clutter, many languages may desire not to display any choice in the menu as it is not needed and they will always use Celsius.
Perhaps set all Files to code line
tempUnitFahrenheit : false,
Celsius will display for everyone and if no one complains, it is done. if anyone complains we change those specific country translations to True
The text was updated successfully, but these errors were encountered: