diff options
-rw-r--r-- | docs/faq.txt | 4 | ||||
-rw-r--r-- | languages/README.txt | 8 | ||||
-rw-r--r-- | tools/units/placeholder.txt | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/docs/faq.txt b/docs/faq.txt index 4ae0389c..b7351db2 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -14,8 +14,10 @@ Gnome adjust your desktop font settings. KDE does handle this correctly. The blurry fonts are more prominent on LCD screens where subpixel anti-aliasing makes a huge difference to the fonts appearance and how - sharp they look. If you run know and experience this problem, then + sharp they look. If you run Gnome Desktop and experience this problem, then simply create a ~/.fonts.conf file that contains the following text. + Gnome applications seem to get there font settings from some other + registry, whereas XLib+Xft based applications need the .fonts.conf file. ----------------[ .fonts.conf ]--------------------- <?xml version="1.0"?> diff --git a/languages/README.txt b/languages/README.txt index 051b35cc..935bc706 100644 --- a/languages/README.txt +++ b/languages/README.txt @@ -1,13 +1,12 @@ Quick Start for translators: ---------------------------- - For example finnish translation: Search for all *.fi.po files. They are simple text files, with an easy format. Edit them with programs like kbabel or gtranslator. -Run 'sh localize.sh' script in the tools directory to update translations. +Run 'localize.sh' script in the tools directory to update translations. Send the updated xxx.fi.po file in a zip archive to graemeg@gmail.com. -Do not send diffs for .po files! +Do NOT send diffs for .po files! Now the background: @@ -36,6 +35,9 @@ required languages to a fpgui.xx.po file. For the xx see the gettext unit in the procedure TranslateResourceStrings. All translation .po files are in UTF-8 encoding. + +fpGUI Toolkit currently supports the following translations: +------------------------------------------------------------ english: fpgui.en.po german: fpgui.de.po russian: fpgui.ru.po diff --git a/tools/units/placeholder.txt b/tools/units/placeholder.txt new file mode 100644 index 00000000..65b456c0 --- /dev/null +++ b/tools/units/placeholder.txt @@ -0,0 +1 @@ +Do not delete this file, otherwise Git will remove this directory.
\ No newline at end of file |