Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3269 Visualizzazioni

How can I a new language in Odoo using i18n folder and .po file. 


Thanks in Advance.

Avatar
Abbandona
Risposta migliore

Hi,

Try refer the following tutorial link.

https://www.cybrosys.com/odoo/odoo-books/odoo-15-development/ch8/

Create a .csv file named res.lang.csv under data directory for adding new language to odoo.

 Eg : Adding Icelandic.

"id","name","code","iso_code","direction","grouping","decimal_point","thousands_sep","date_format","time_format","week_start"
"base.lang_isk","Icelandic / íslenska","is","is","Left-to-Right","[]",",",,"%d-%m-%Y","%H:%M:%S","7"

Activate Language from Settings

Export po file for adding translation

Go to Translations >> Export Translation under settings and select the language from the window and download the po file then add translated terms to the po file 

Add po file under i18n directory

Regards

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
set 25
1982
1
giu 25
2010
3
lug 25
3587
1
mag 25
1715
4
mag 25
3059