Explorar o código

Add i18n file route for subfolder

nztqa %!s(int64=8) %!d(string=hai) anos
pai
achega
7d4015e043
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/lib/i18n.js

+ 1 - 0
client/lib/i18n.js

@@ -3,6 +3,7 @@
 // information provided by the browser, and default to english.
 
 Meteor.startup(() => {
+  TAPi18n.conf.i18n_files_route = Meteor._relativeToSiteRootUrl('/tap-i18n');
   Tracker.autorun(() => {
     const currentUser = Meteor.user();
     let language;