Skip to content

Commit

Permalink
chore: update i18n build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 6, 2020
1 parent fdcb421 commit 41166e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"preinstall": "pnpm run symlink:root && pnpm run check:pnpm",
"postinstall": "run-s build:dev css:copy",
"intl": "run-s intl:extract intl:compile intl:build",
"intl:build": "node @remirror/i18n/build-declaration.js",
"intl:build": "node packages/@remirror/i18n/build-declaration.js",
"intl:compile": "lingui compile",
"intl:extract": "lingui extract",
"is-logged-in": "npm whoami",
Expand Down
8 changes: 7 additions & 1 deletion packages/@remirror/i18n/src/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"

#. The alt text for the user mention avatar.
#: @remirror/react-social/src/messages.ts:2
#: packages/@remirror/react-social/src/social-messages.ts:2
msgid "user.mention.avatar.alt"
msgstr "Avatar for { name }"
4 changes: 2 additions & 2 deletions support/root/lingui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
format: 'po',
catalogs: [
{
path: '<rootDir>/@remirror/i18n/src/{locale}/messages',
include: ['<rootDir>/@remirror/*/src'],
path: '<rootDir>/packages/@remirror/i18n/src/{locale}/messages',
include: ['<rootDir>/packages/@remirror/*/src'],
exclude: ['**/node_modules/**'],
},
],
Expand Down

1 comment on commit 41166e0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f02aefa7b63d49a4a95f00e--remirror.netlify.app

Please sign in to comment.