Common Lisp binding to GNU gettext
License: LGPL-2.1
Language: Common Lisp
cl-gettext is a Common Lisp binding to GNU gettext, which is a library that allows strings in a program to be translated to other languages. It is licensed under the LLGPL, which is in the file COPYING. The only dependency for this binding is cffi. Functions have the same names as their C counterparts, except that underscores are changed to dashes. A convenience function `init-gettext' has been provided, which allows for gettext initialization in one step. In addition, the _ and _noop macros are provided, which are used to mark translatable strings. More information on gettext can be found at http://www.gnu.org/software/gettext/manual/gettext.html , and a C tutorial can be found at http://www.gnu.org/software/gettext/manual/gettext.html . More documentation for the binding is available in the documentation.html file located in your download. If you find any bugs in this binding, please file an issue at https://github.com/krzysz00/cl-gettext , which is also the place to find the latest version of cl-gettext. If you need to contact the author, please email krzysdrewniak <AT> gmail <DOT> com .
Sourcerank | 4 |
Repository Size | 136 KB |
Stars | 7 |
Forks | 0 |
Watchers | 3 |
Open issues | 0 |
Dependencies | 0 |
Contributors | 2 |
Tags | 1 |
Created | |
Last updated | |
Last pushed |
v0.1 | June 17, 2011 |
Something wrong with this page? Make a suggestion
Last synced: 2016-05-27 19:24:09 UTC
Login to resync this repository