gettext icon indicating copy to clipboard operation
gettext copied to clipboard

Erlang internationalization library.

Results 5 gettext issues
Sort by recently updated
recently updated
newest added

Some support for `ngettext(Singular, Plural, Count)` + evaluator for pluralization rules from `Plural-Forms` .po header may be good thing. ``` Plural-Forms: nplurals=3; \ plural=n%10==1 && n%100!=11 ? 0 : \...

Add `{read_concurrency, true}` option to ETS table and lookup it directly, bypasing `gen_server:call`. This may be done without any API changes.

gettext.erl exports a bunch of functions, mk_polish_style_header() and some additional helpers, that are called from gettext_compile.erl but are also called directly by the "polish" application. It would be much better...

In gettext_compile:parse_transform(), the environment variable GETTEXT_TMP_NAME is read, but is assigned to a variable called Gettext_App_Name which is then concatenated with "lang" and "epot.dets" in mk_epot_fname(). This seems very confused...

Perhaps you would be interested in the following: http://dialyzer.softlab.ntua.gr/current/gettext/ Kostis