turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

zh-hans and zh-hant not working #259

Closed tomasr78 closed 8 years ago

tomasr78 commented 8 years ago

I have added zh-hans and zh-hant folders (Chinese simplified and traditional) to Locale folder with messages.po files inside. When I hit my MVC app url www.domain.com/zh-hans I get 404 page not found, other languages works fine. How to add these languages to i18n?

turquoiseowl commented 8 years ago

Hmm, not sure. I've have both zh-hans and zh-hant working fine on my site. I can only suggest, if you haven't alreay, copying a language folder you know works into "local\zh-hans". Failing that, debugging the app.

turquoiseowl commented 8 years ago

Please re-open if still an issue. Thanks.