gettext_i18n_rails_js icon indicating copy to clipboard operation
gettext_i18n_rails_js copied to clipboard

Extends gettext_i18n_rails making your .PO files available to client side javascript as JSON

Results 4 gettext_i18n_rails_js issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies bundler Gemfile...

Hello. I'm with a problem when moving my .po files into app.js files using gettext:po_to_json method. For example: I have the following string in a JS file ``` __("E.g. I've...

By default `gettext_i18n_rails_js` dumps things like email addresses (`Report-Msgid-Bugs-To` and `Last-Translator`) and information about language teams (`Language-Team`). These may be pieces of information that you want to expose in the...

coffee file ``` coffee $("").text(__("Your Boards")).attr("value", "User|#{Gigabase.user_id}") ``` generated po ``` msgctxt "Your Boards" msgid "value" msgstr "" ```