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
Use the following example I18n conform json files to create an implementation of the I18n class that would traverse the flexible json tree correctly and support e.g. the [1, 1, "Due Tomorrow"] notation specified in there:
The problem:
Currently the json structure that has to be used is not conform with the I18n standard, see the https://github.com/cs-util-com/cscore/blob/master/CsCore/xUnitTests/src/Plugins/CsCoreXUnitTests/com/csutil/tests/system/I18nTests.cs examples.
Todos:
Use the following example I18n conform json files to create an implementation of the I18n class that would traverse the flexible json tree correctly and support e.g. the
[1, 1, "Due Tomorrow"]
notation specified in there:The text was updated successfully, but these errors were encountered: