Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Support dynamic locales #141

Merged
merged 1 commit into from
Aug 2, 2019

Commits on Aug 1, 2019

  1. Support dynamic locales

    This tweaks the locale support in a couple of ways. First, we now locate locales in the root `assets/i18n` directory, resolved via `GetBundlePath`. This hardens the plugin against changes the server might make it how it unpacks the plugin, and simplifies the distribution of i18n resources for users.
    
    Secondly, we now register all locales found in the `assets/i18n` directory. This means that adding support for new locales simply requires dropping in the file without any need to modify the code or even recompile.
    lieut-data committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    0319921 View commit details
    Browse the repository at this point in the history