react-intl-po
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-intl-po", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Extract POT from react-intl and convert back to json.", | ||
@@ -46,10 +46,10 @@ "author": "Michael Hsu", | ||
"babel-cli": "^6.7.5", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-plugin-add-module-exports": "^0.2.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.7.2", | ||
"babel-register": "^6.8.0", | ||
"codecov": "^1.0.1", | ||
"eslint": "^2.7.0", | ||
"lint-config-m": "^1.1.0", | ||
"lint-config-m": "^1.1.1", | ||
"nyc": "^6.4.0" | ||
@@ -56,0 +56,0 @@ }, |
@@ -16,19 +16,19 @@ import fs from 'fs'; | ||
fs.readFileSync(output, 'utf8'), | ||
'#: ./messages/src/containers/App/App.json' + '\n' + | ||
'#. [App.Creator] - Creator' + '\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json' + '\n' + | ||
'#. [NotFound.Creator] - Creator' + '\n' + | ||
'msgid "Creator"' + '\n' + | ||
'msgstr ""' + '\n\n' + | ||
'#: ./messages/src/containers/App/App.json' + '\n' + | ||
'#. [App.errorButton] - Click error Button' + '\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json' + '\n' + | ||
'#. [NotFound.errorButton] - Click error Button' + '\n' + | ||
'msgid "Go to MCS website"' + '\n' + | ||
'msgstr ""' + '\n\n' + | ||
'#: ./messages/src/containers/App/App.json' + '\n' + | ||
'#. [App.errorMessage] - The error message when api response as 404 not found' + '\n' + | ||
'msgid "The device is now private or deleted."' + '\n' + | ||
'msgstr ""' + '\n', | ||
'#: ./messages/src/containers/App/App.json\n' + | ||
'#. [App.Creator] - Creator\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json\n' + | ||
'#. [NotFound.Creator] - Creator\n' + | ||
'msgid "Creator"\n' + | ||
'msgstr ""\n\n' + | ||
'#: ./messages/src/containers/App/App.json\n' + | ||
'#. [App.errorButton] - Click error Button\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json\n' + | ||
'#. [NotFound.errorButton] - Click error Button\n' + | ||
'msgid "Go to MCS website"\n' + | ||
'msgstr ""\n\n' + | ||
'#: ./messages/src/containers/App/App.json\n' + | ||
'#. [App.errorMessage] - The error message when api response as 404 not found\n' + | ||
'msgid "The device is now private or deleted."\n' + | ||
'msgstr ""\n', | ||
); | ||
}); |
@@ -26,9 +26,9 @@ import test from 'ava'; | ||
}), | ||
'#: ./messages/src/containers/App/App.json' + '\n' + | ||
'#. [App.errorButton] - Click error Button' + '\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json' + '\n' + | ||
'#. [NotFound.errorButton] - Click error Button' + '\n' + | ||
'msgid "Go to MCS website"' + '\n' + | ||
'msgstr ""' + '\n', | ||
'#: ./messages/src/containers/App/App.json\n' + | ||
'#. [App.errorButton] - Click error Button\n' + | ||
'#: ./messages/src/containers/NotFound/messages.json\n' + | ||
'#. [NotFound.errorButton] - Click error Button\n' + | ||
'msgid "Go to MCS website"\n' + | ||
'msgstr ""\n', | ||
); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33236