Browse Source

* Explain where to get msgfmt

git-svn-id: trunk@44644 -
michael 5 years ago
parent
commit
9327ab7a3d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/fcl-base/examples/intl/README.txt

+ 3 - 1
packages/fcl-base/examples/intl/README.txt

@@ -39,7 +39,9 @@ command:
 
 msgfmt -o restest.<langcode>.mo restest.<langcode>.po
 
+(msgfmt is part of the GNU gettext tools)
+
 If you add a new language, please send the .po file to the Free Pascal
 developers.
 
-Michael. <[email protected]>
+Michael. <[email protected]>