OpenPetra
Free Administration Software for Non-Profits
Ict.Testing.I18N.Program Class Reference

see http://www.gnu.org/software/gettext/manual/gettext.html#C_0023 c:\programme\poedit\bin\xgettext.exe –strict –no-location –from-code=UTF-8 u:\csharp\ICT\Testing\Common\I18N\Program.cs -o u:\csharp\ICT\Testing\Testing\Common\I18N\de.po use -j for second time –no-location, because if code changes, the lines will change, and -j will add a new position line in Notepad++: change format to UTF-8 without BOM in mono shell, or with mono bin path in PATH: PATH=PATH%;c:\Programme\Mono-2.4.3\bin;c:\Programme\Poedit\bin msgfmt csharp\Ict\Testing\Common\I18N\de.po -d csharp\ICT\Testing_bin\Debug –locale=de-DE –resource=OpenPetra –csharp to merge a custom language file (eg. organisation specific), use msgcat: msgcat csharp\Ict\Testing\Common\I18N\de-custom.po csharp\Ict\Testing\Common\I18N\de.po –use-first -o csharp\Ict\Testing\Common\I18N\de-test.po More...

Static Public Member Functions

static void Main (string[] args)
 

Detailed Description

see http://www.gnu.org/software/gettext/manual/gettext.html#C_0023 c:\programme\poedit\bin\xgettext.exe –strict –no-location –from-code=UTF-8 u:\csharp\ICT\Testing\Common\I18N\Program.cs -o u:\csharp\ICT\Testing\Testing\Common\I18N\de.po use -j for second time –no-location, because if code changes, the lines will change, and -j will add a new position line in Notepad++: change format to UTF-8 without BOM in mono shell, or with mono bin path in PATH: PATH=PATH%;c:\Programme\Mono-2.4.3\bin;c:\Programme\Poedit\bin msgfmt csharp\Ict\Testing\Common\I18N\de.po -d csharp\ICT\Testing_bin\Debug –locale=de-DE –resource=OpenPetra –csharp to merge a custom language file (eg. organisation specific), use msgcat: msgcat csharp\Ict\Testing\Common\I18N\de-custom.po csharp\Ict\Testing\Common\I18N\de.po –use-first -o csharp\Ict\Testing\Common\I18N\de-test.po

Member Function Documentation

◆ Main()

static void Ict.Testing.I18N.Program.Main ( string[]  args)
inlinestatic

The documentation for this class was generated from the following file: