File tree Expand file tree Collapse file tree 3 files changed +227
-139
lines changed Expand file tree Collapse file tree 3 files changed +227
-139
lines changed Original file line number Diff line number Diff line change 3
3
all : locales VERSION
4
4
composer install --no-dev
5
5
npm ci
6
- npm run build
6
+ NODE_OPTIONS= " --max-old-space-size=4096 " npm run build
7
7
8
8
# If anything changes, re-generate the VERSION file
9
9
VERSION : .
18
18
npm ci
19
19
20
20
fastdev : VERSION
21
- npm run compile
21
+ NODE_OPTIONS= " --max-old-space-size=4096 " npm run compile
22
22
23
23
jslatest : clean
24
24
rm -rf package-lock.json
@@ -60,7 +60,10 @@ testdata:
60
60
locales :
61
61
msgfmt -o locale/ja/LC_MESSAGES/loris.mo locale/ja/LC_MESSAGES/loris.po
62
62
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
63
65
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
64
67
msgfmt -o modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.mo modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.po
65
68
msgfmt -o modules/api_docs/locale/ja/LC_MESSAGES/api_docs.mo modules/api_docs/locale/ja/LC_MESSAGES/api_docs.po
66
69
msgfmt -o modules/battery_manager/locale/ja/LC_MESSAGES/battery_manager.mo modules/battery_manager/locale/ja/LC_MESSAGES/battery_manager.po
You can’t perform that action at this time.
0 commit comments