parent
409958feaa
commit
7006c6aa2c
5 changed files with 14 additions and 3 deletions
@ -0,0 +1,5 @@ |
|||||||
|
#Internationale Gruß. |
||||||
|
project('gettext example', 'c') |
||||||
|
|
||||||
|
subdir('po') |
||||||
|
subdir('src') |
@ -0,0 +1 @@ |
|||||||
|
src/intlmain.c |
@ -0,0 +1,5 @@ |
|||||||
|
langs = ['fi', 'de'] |
||||||
|
|
||||||
|
gettext('intltest', |
||||||
|
languages : langs, |
||||||
|
dirs : '../src') |
Loading…
Reference in new issue