discourse/lib/i18n
Mark VanLandingham be07853cc1
DEV: Add plugins client/server translation yml file priority structure (#11194)
Plugin client.en.yml and server.en.yml can now be client/server-(1-100).en.yml. 1 is the lowest priority, and 100 is the highest priority. This allows plugins to set their priority higher than other plugins, so that they can override eachothers' translations.
2020-11-11 09:44:01 -06:00
..
backend DEV: Add plugins client/server translation yml file priority structure (#11194) 2020-11-11 09:44:01 -06:00
duplicate_key_finder.rb
i18n_interpolation_keys_finder.rb DEV: Fix i18n deprecation warnings 2020-08-03 15:57:29 +02:00
locale_file_checker.rb Locale checks were disabled by mistake 2020-06-16 16:04:14 +02:00
locale_file_walker.rb