diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:50:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:50:30 +0800 |
commit | d60e02d968ccdaa13e555b674d9530fc47069c9e (patch) | |
tree | 9248d131193e4e84d38ca26990f3bcdfd28f1a82 /textproc/Makefile | |
parent | a3d13c6386c6c103d4d27fab78391b6cda87ec88 (diff) | |
download | freebsd-ports-gnome-d60e02d968ccdaa13e555b674d9530fc47069c9e.tar.gz freebsd-ports-gnome-d60e02d968ccdaa13e555b674d9530fc47069c9e.tar.zst freebsd-ports-gnome-d60e02d968ccdaa13e555b674d9530fc47069c9e.zip |
Localize is an application to aid in the translation of .strings files.
.strings files must be distributed in ASCII encoding, which generally
isn't a convenient encoding to do translation in. As an example, its rather
difficult to enter Chinese characters into an ASCII encoded text file.
Localize will, with any luck, help out with this. Currently its just a
shell of an application, but sometime in the future I hope to complete it.
WWW: http://www.eskimo.com/~pburns/Localize/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4e6ceffc6825..0e6676c23c2e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -268,6 +268,7 @@ SUBDIR += linux-libxml SUBDIR += linux-xerces-c2 SUBDIR += linuxdoc + SUBDIR += localize SUBDIR += lt-aspell SUBDIR += ltxml SUBDIR += lv-aspell |