gettext-loader
gettext-loader copied to clipboard
Webpack loader that compiles Gettext PO files
Hello! I'm interested in using this project, but we have a requirement for `msgctxt` values. I believe this is not supported by this project in its current state, but please...
I'm getting this on install: ``` npm ERR! peer dep missing: react@^0.14.3, required by [email protected] npm ERR! peer dep missing: react@^0.13.3, required by [email protected] ``` Any advice on how I...
Hello, The `process.env.PWD` is used at least 3 times in this project. On my work machine (Windows 7, node v6) this variable is undefined and cause an error with webpack...
hi, when I run webpack, I see an undefined.po file gets generated at the root of my project. - the contents of the .po file look like - "0 :...
If you take a look at the standard gettext method calls, you have more than one key in one method call, in the case of pluralization. For example: `i18n.ngettext('apple', 'apples',...
A gettext function with an operator throws an error. So one cannot do this: ``` __('hello' +'how are you') ``` ``` ERROR in ./app/scripts/presenters/presenter.coffee Module build failed: TypeError: undefined does...
``` ERROR in ./app/scripts/react-app/pages/repost-form/RepostFormPage.jsx Module build failed: Error: Line 72: Unexpected token ( at throwError (/Users/jhuang/webapp/node_modules/esprima-fb/esprima.js:2819:21) at throwUnexpected (/Users/jhuang/webapp/node_modules/esprima-fb/esprima.js:2881:9) at expect (/Users/jhuang/webapp/node_modules/esprima-fb/esprima.js:2890:13) at parseJSXExpressionContainer (/Users/jhuang/webapp/node_modules/esprima-fb/esprima.js:7078:9) at parseJSXChild (/Users/jhuang/webapp/node_modules/esprima-fb/esprima.js:7127:21) at parseJSXElement...