PO dosyasına gelip proje adı ve sürümü 4.1.1 imiş. Ben 4.4.3 yaptım. Fakat yine olmadı. Sonra gcc --help yapınca şöyle bir şey vardı:
-x <language> Specify the language of the following input files
Permissible languages include: c c++ assembler none
'none' means revert to the default behavior of
guessing the language based on the file's extension
Sonra gcc -x tr, tur ve turkish i sırasıyla denedim şu oldu:
maydin@maydin:~$ gcc -x tr
gcc: warning: '-x tr' after last input file has no effect
gcc: no input files
maydin@maydin:~$ ^C
Ne demek istiyor anlamadım