Skip to content

Commit 1529b68

Browse files
author
Saket Hatwar
committed
rebase
1 parent 7a5bb1a commit 1529b68

File tree

3 files changed

+227
-139
lines changed

3 files changed

+227
-139
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
all: locales VERSION
44
composer install --no-dev
55
npm ci
6-
npm run build
6+
NODE_OPTIONS="--max-old-space-size=4096" npm run build
77

88
# If anything changes, re-generate the VERSION file
99
VERSION: .
@@ -18,7 +18,7 @@ jsdev:
1818
npm ci
1919

2020
fastdev: VERSION
21-
npm run compile
21+
NODE_OPTIONS="--max-old-space-size=4096" npm run compile
2222

2323
jslatest: clean
2424
rm -rf package-lock.json
@@ -60,7 +60,10 @@ testdata:
6060
locales:
6161
msgfmt -o locale/ja/LC_MESSAGES/loris.mo locale/ja/LC_MESSAGES/loris.po
6262
npx i18next-conv -l ja -s locale/ja/LC_MESSAGES/loris.po -t locale/ja/LC_MESSAGES/loris.json
63+
msgfmt -o locale/hi/LC_MESSAGES/loris.mo locale/hi/LC_MESSAGES/loris.po
64+
npx i18next-conv -l hi -s locale/hi/LC_MESSAGES/loris.po -t locale/hi/LC_MESSAGES/loris.json
6365
msgfmt -o modules/new_profile/locale/ja/LC_MESSAGES/new_profile.mo modules/new_profile/locale/ja/LC_MESSAGES/new_profile.po
66+
npx i18next-conv -l hi -s modules/new_profile/locale/hi/LC_MESSAGES/new_profile.po -t modules/new_profile/locale/hi/LC_MESSAGES/new_profile.json
6467
msgfmt -o modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.mo modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.po
6568
msgfmt -o modules/api_docs/locale/ja/LC_MESSAGES/api_docs.mo modules/api_docs/locale/ja/LC_MESSAGES/api_docs.po
6669
msgfmt -o modules/battery_manager/locale/ja/LC_MESSAGES/battery_manager.mo modules/battery_manager/locale/ja/LC_MESSAGES/battery_manager.po

0 commit comments

Comments
 (0)