Skip to content

Ciatronical/i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18n - internationalization a c++ program without edit sourcecode

Usage:

cout << translate( "Hello Word" ) << endl;

cout << _( "Hello world") << endl;

Syntax language-files:

#Comment msgid "string in source code" msgstr "translated string"

About

Translate a c++ project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages