wolfd / pwm

PWM is an open source password self service application for LDAP directories. - exported from code.google.com/p/pwm
http://pwmdemo.weisberg.net/
0 stars 1 forks source link

Missing greek flag for greek translation - Add greek flag in flags.zip #577

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using pwm and changing to greek language
2.
3.

What is the expected output? What do you see instead?

A greek flag should be displayed. A missing icon symbol is displayed.

What version of PWM are you using?

pwm 1.7.1

What ldap directory and version are you using?

Please paste any error log messages below:

n/a

==================
Fix:

This can be fixed by copying the gr.gif and gr.png files to el.gif and el.png 
and then rebuilding the flags.zip archive.

The flags.zip file in the resources directory contains all the country flags. 

Steps

Unzip flags.zip
copy gr.png to el.png
copy gr.gif to el.gif
rezip flags.zip

To display the flag stop and start tomcat before running pwm.

Thank you.

Stelios

Original issue reported on code.google.com by smaist...@gmail.com on 11 Jun 2014 at 6:38

GoogleCodeExporter commented 9 years ago
Make sure that the language/flag mapping under Settings --> Application --> 
Known Locales contains "el::gr".

Original comment by menno.pi...@gmail.com on 11 Jun 2014 at 7:05