Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: support xmb formatted translation files in compile time inlining #33444

Closed

Commits on Oct 28, 2019

  1. refactor(ivy): i18n - share MessageSerializer across `TranslationPa…

    …rsers`
    
    Each of the XML based `TranslationParsers` was providing its own
    `MessageSerializer`, but they are all very similar. So these have been
    consolidated into a single more generic `MessageSerializer.
    
    As a result of this, the extra layers of folders in the project seemed
    unnecessary, so they have been flattened.
    petebacondarwin committed Oct 28, 2019
    Copy the full SHA
    0e03cc4 View commit details
    Browse the repository at this point in the history
  2. feat(ivy): i18n - support inlining of XTB formatted translation files

    This commit implements the `XtbTranslationParser`, which can read XTB
    formatted files.
    petebacondarwin committed Oct 28, 2019
    Copy the full SHA
    669ab79 View commit details
    Browse the repository at this point in the history