aoktox / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Turkish translations #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Turkish translation files are attached. Can you get them in for the next 
release?

Also how can I add turkish to the list of supported languages? (like ie. Locale 
combobox in Settings->USer Interface->Application Title)

I have tried building a new war file with the attached language files, but PWM 
does not recognise my browser's language. It produces the following error when 
I manually add ?pwmLocale=tr to the address.

ERROR, pwm.SessionFilter, {1} ignoring unknown value for 'pwmLocale' request 
parameter: tr [192.168.122.1]

What is the proper way to use other languages?

Original issue reported on code.google.com by erdem.ba...@gmail.com on 13 Jul 2011 at 1:17

Attachments:

GoogleCodeExporter commented 9 years ago
Excellent!  Thank you!

New locales need to be added to the web.xml "knownLocales" parameter.

Unfortunately there is a format problem with the .properties files.  The files 
need to be in Latin-1 format.  See: http://en.wikipedia.org/wiki/.properties

I tried converting with Java's "native2ascii" converter, but I don't this 
worked.  I checked the results into svn (revision 198) but they don't look 
right....

Can you try converting the files with native2ascii on your system and 
re-uploading them here?

Original comment by jrivard on 13 Jul 2011 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by jrivard on 13 Jul 2011 at 3:16

GoogleCodeExporter commented 9 years ago
Here are the results of native2ascii.

Original comment by erdem.ba...@gmail.com on 13 Jul 2011 at 8:37

Attachments:

GoogleCodeExporter commented 9 years ago
That worked, thanks!

Changes checked into svn revision 199.

Thanks for contributing!

Original comment by jrivard on 13 Jul 2011 at 1:55