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
For now - all text is "hardcoded" inside HTML layout or inside JS. This sucks big time, since any change to text is painful and there's no chance for i18n.
In order to make world a better place, we need to extract all text into external files. Some files would look more like "articles" to cover stuff like the formula explanation, the FAQ, etc. Other files would look more like properties where phrases are assigned by keys. Might also have to look into template-engines to insert all the text into page.
For now - all text is "hardcoded" inside HTML layout or inside JS. This sucks big time, since any change to text is painful and there's no chance for i18n.
In order to make world a better place, we need to extract all text into external files. Some files would look more like "articles" to cover stuff like the formula explanation, the FAQ, etc. Other files would look more like properties where phrases are assigned by keys. Might also have to look into template-engines to insert all the text into page.
The text was updated successfully, but these errors were encountered: