template.txt 216 B

12345678910111213
  1. 'use strict';
  2. if (!window.i18n) {
  3. window.i18n = {};
  4. }
  5. if (!window.i18n.languages) {
  6. window.i18n.languages = {};
  7. }
  8. window.i18n.languages['{{name}}'] = {
  9. // write your key value pairs here
  10. };