pofile icon indicating copy to clipboard operation
pofile copied to clipboard

Parse and serialize Gettext PO files.

Results 8 pofile issues
Sort by recently updated
recently updated
newest added

How can I use the translated values? I am developing a multi language system and would like to change the values ​​of the variables according to the language obtained by...

I'm using `pofile` with ts-node to process some PO files locally. As mentioned in #35 there are some issues lately with `pofile` and TypeScript. I'm not sure whether it is...

I haven't been able to interpret whether the po format specifies a particular variant of line break. It would make plenty of sense if "UNIX style" (LF only) was preferred,...

xgettext output: ``` #: standard input:49 msgctxt "" "hello world hello world hello world hello world hello world hello world hello world" "hello world hello world" msgid "inviting friends" msgstr...

Comments starts with `#:` can contain more than one references per line. For example, if `xgettext` is used with standard input a reference comment can contains the following: ``` #:...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

As can be verified in source code, the properties `Item#msgctxt` and `Item#msgid_plural` will be initialized to `null` instead of `undefined` (https://github.com/rubenv/pofile/blob/master/lib/po.js#L279-L281). However, type `undefined` should remain to not break any...