krakenjs / construx-makara-amdify

realtime amd languagepack generator
Other
0 stars 2 forks source link

fixes an assumption that the i18n path is the base path #7

Closed gabrielcsapo closed 7 years ago

gabrielcsapo commented 7 years ago

if the i18n path is

"i18n": {
        "contentPath": "path:./locales",
        "fallback": "en-US"
}

the path that construx-makara-amdify assumes is ${path}/locales/locales` causing an obvious issue with pathing.

grawk commented 7 years ago

looks good! thanks.