Hello tinyerp list, my first post!
Hello.

I have some questions regarding langage. First how do i set client
language on linux client? (I have set LC_ALL to sv_SE.UTF-8
That's the good way, but I suppose that sv does not exist yet.

You can create a new language by copying the .pot file into a sv.po file. Then translate the .po file. Then compile your .po file to a terp.mo file:
  msgfmt bin/po/sv.po -o bin/po/sv/LC_MESSAGES/terp.mo

--
Fabien

Tiny ERP - when brains matter more than size
  -- George Jacobson, 2005
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to