easygettext
easygettext copied to clipboard
Simple gettext tokens extraction tools for HTML and Jade files.
Since the current implementation only scans for normal `script` tag we have to add support for `` as well in order for extraction to work in such cases.
This does basically the same (and for the obvious same reasons) as https://github.com/Polyconseil/easygettext/pull/107 It additionally updates the lock file and adds support for line numbers in .ts files (and typescript...
The buntis git repo has been deleted by upstream, so we shouldn't rely on it. For future historians: See https://github.com/meriyah/meriyah/issues/48 If you want reliable typescript parsing then we have typescript-estree...
$tc is used by "vue-i18n". See: https://vue-i18n.intlify.dev/guide/essentials/pluralization.html
Example from docs with same quote interpolation ```pug div(placeholder="{{ 'I\'m best of the best' | translate }}") ``` **get me error** ``` Trace: SyntaxError: Unexpected token, when trying to parse...
``` [easygettext] could not read: './dev/pages/base-variables.pug' using acorn as parser Trace: TypeError: ./dev/pages/base-variables.pug:13 11| - let langInUrl = false 12| - let appLinkIconSuffix = '' > 13| - 14| let...
First of all, thank you for the work! ### What is the problem? As the title says, I have a problem with getting easygettext to work in CentOs7. The command...
Hello! First of all, thanks for your work. ### What is the problem? When you run the export command for a `.vue` file, translation strings containing the `` tag are...
The alphabetic sorting of strings in the `.pot` files is problematic for translators * This robs the strings of all context, making accurate translation more difficult * It makes it...
On Vue JS `` text content is no to be translated, but part of component interpolation. https://kazupon.github.io/vue-i18n/guide/interpolation.html#places-syntax-usage ```vue foo ``` Unfortunately easygettext embed the content: ```po msgid "" "\n" "...