cscore icon indicating copy to clipboard operation
cscore copied to clipboard

Improve localization to support

Open cs-util opened this issue 5 years ago • 0 comments

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:

  • http://i18njs.com/
  • https://www.i18next.com/misc/json-format

cs-util avatar Mar 07 '20 18:03 cs-util