跳至内容
菜单
此问题已终结
1 回复
3260 查看

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


Thanks in Advance.

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
1
9月 25
1975
1
6月 25
2003
3
7月 25
3585
1
5月 25
1714
4
5月 25
3055