|
6 | 6 | # needs to contain a file 'nls.mk' with the following make variable |
7 | 7 | # assignments: |
8 | 8 | # |
9 | | -# CATALOG_NAME-- name of the message catalog (xxx.po); probably |
10 | | -# name of the program |
11 | | -# AVAIL_LANGUAGES-- list of languages that are provided/supported |
12 | | -# GETTEXT_FILES-- list of source files that contain message strings |
13 | | -# GETTEXT_TRIGGERS-- (optional) list of functions that contain |
| 9 | +# CATALOG_NAME-- name of the message catalog (xxx.po); probably |
| 10 | +# name of the program |
| 11 | +# AVAIL_LANGUAGES-- list of languages that are provided/supported |
| 12 | +# GETTEXT_FILES-- list of source files that contain message strings |
| 13 | +# GETTEXT_TRIGGERS-- (optional) list of functions that contain |
14 | 14 | # translatable strings |
15 | 15 | # |
16 | 16 | # That's all, the rest is done here, if --enable-nls was specified. |
|