Activation of greek localization language

Pre-requisites, Installation Instructions and Implemenation Assisstance
Post Reply
asimkon
Posts:2
Joined:Wed Oct 16, 2019 7:57 am
Activation of greek localization language

Post by asimkon » Sat Oct 19, 2019 2:21 pm

I have prepared an XML localisation file for greek language. Additionally, I have followed the steps below in order to activate it

1. Add to The file symfony/apps/orangehrm/i18n

2. After the language pack is been added, login to the OrangeHRM system and follow below steps to enable.

3. Admin module -> Configuration -> Localization -> Change the preferred language.


but i don't find the added language file in the localization drop down list to select and enable it. Any kind of help of what should i do to add it to the drop down list and enable it step by step from renaming to other etc. That would help me a lot!

Regards

brante
Posts:4
Joined:Tue Feb 18, 2020 3:56 pm

Re: Activation of greek localization language

Post by brante » Wed Feb 19, 2020 11:33 am

I have the same error with a Portuguese Pack

You solve this?

rajitha
Posts:48
Joined:Tue Feb 11, 2020 9:54 am

Re: Activation of greek localization language

Post by rajitha » Wed Feb 19, 2020 4:21 pm

Thank you for being with OrangeHRM. Please follow below steps to create your own language pack.
1. Create a language file in symfony/apps/orangehrm/i18n/
2. Name it as messages.<your_language>.xml
e.g. messages.en_US.xml
3. Goto the symfony/plugins/orangehrmAdminPlugin/config/supported_languages.yml config file.
4. Add new key value pair for your language.
e.g.

Code: Select all

languages:
    .....
    9: {key: '<your_language>', value: 'Greek - Ελληνικά'}
5. Clean symfony cache. Within the symfony directory you need to run $ php symfony cc command.
6. Make sure to make a pull request to https://github.com/orangehrm/orangehrm or contribute here. :)

Thank you.

brante
Posts:4
Joined:Tue Feb 18, 2020 3:56 pm

Re: Activation of greek localization language

Post by brante » Wed Feb 19, 2020 5:21 pm

Thanks for the help

Work very good

Post Reply