The gettext library for lua (CGI site) is required. What are the solutions?
2 answers
the library that carries the necessary functionality is used both in cocos2d framework and by itself, by reference the example of using the link to github . Also, the necessary functionality is in the API World of Warcraft , but as far as I know using it outside the game is impossible.
- oneI award the award as the answer closest to the requirements of the competition. although, of course, step-by-step instructions and an example of use were expected. - aleksandr barakin
- Does this library work with the forms of pl. numbers? - val
|
Solution on ffi : https://github.com/bungle/lua-resty-gettext . This implementation simply forwards all gettext library functions directly.
|