I18n

Moderator: crythias

Locked
erik0o
Znuny newbie
Posts: 5
Joined: 11 Apr 2016, 22:08
Znuny Version: 5.0.9

I18n

Post by erik0o »

Good afternoon, please how to use i18n file .opt in OTRS 5.0.9
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: I18n

Post by reneeb »

You should rephrase your question. There is no .opt file. What do you want to achieve? Do you want to know how you can add new translations for your own OTRS instance? Do you want to help translate OTRS in a new language or improve existing translations?

To improve the translation for your own OTRS instance, you should create a custom translation file (an example is available at https://github.com/reneeb/otrs-QuickClo ... ckClose.pm).The name of that file has to start with the language code (in the example it is "de" for German) and then a custom name.

To help with translations, you should have a look at

* http://lists.otrs.org/pipermail/i18n/
* https://www.transifex.com/otrs/OTRS/
* https://otrs.github.io/doc/manual/devel ... slate.html
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
erik0o
Znuny newbie
Posts: 5
Joined: 11 Apr 2016, 22:08
Znuny Version: 5.0.9

Re: I18n

Post by erik0o »

Im sorry,

The question was how to use file ".po" located in the directory /opt/otrs/i18n/otrs

OTRS 5.0.9
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: I18n

Post by jojo »

the file is used by development to create translation (Perl) files. They are generated by the Transifex system...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: I18n

Post by reneeb »

Those files are only needed for the work with transifex (for translators). In those .po files you can find the translatable strings and you can use several tools to provide a translation. I assume, xxx uses those files to generate the "Kernel/Language/*.pm" files. If you're "just" an OTRS administrator, those .po files are not relevant to you.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
erik0o
Znuny newbie
Posts: 5
Joined: 11 Apr 2016, 22:08
Znuny Version: 5.0.9

Re: I18n

Post by erik0o »

I thought that the file could work in the translation directly in OTRS...

thank you very much
Locked