|
3 | 3 | all: node_modules locales VERSION vendor |
4 | 4 | npm run build |
5 | 5 |
|
| 6 | +%.mo: %.po |
| 7 | + msgfmt -o $@ $< |
| 8 | + |
6 | 9 | # If anything changes, re-generate the VERSION file |
7 | 10 | VERSION: . |
8 | 11 | tools/gen-version.sh |
@@ -133,55 +136,51 @@ locales: |
133 | 136 | msgfmt -o modules/user_accounts/locale/ja/LC_MESSAGES/user_accounts.mo modules/user_accounts/locale/ja/LC_MESSAGES/user_accounts.po |
134 | 137 |
|
135 | 138 |
|
136 | | -acknowledgements: |
| 139 | +acknowledgements: modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.mo |
137 | 140 | target=acknowledgements npm run compile |
138 | 141 |
|
139 | 142 | create_timepoint: |
140 | 143 | target=data_release npm run compile |
141 | 144 |
|
142 | | -data_release: |
143 | | - msgfmt -o modules/data_release/locale/hi/LC_MESSAGES/data_release.mo modules/data_release/locale/hi/LC_MESSAGES/data_release.po |
| 145 | +data_release: modules/data_release/locale/hi/LC_MESSAGES/data_release.mo modules/data_release/locale/ja/LC_MESSAGES/data_release.mo |
144 | 146 | npx i18next-conv -l hi -s modules/data_release/locale/hi/LC_MESSAGES/data_release.po -t modules/data_release/locale/hi/LC_MESSAGES/data_release.json |
145 | | - msgfmt -o modules/data_release/locale/ja/LC_MESSAGES/data_release.mo modules/data_release/locale/ja/LC_MESSAGES/data_release.po |
146 | 147 | npx i18next-conv -l ja -s modules/data_release/locale/ja/LC_MESSAGES/data_release.po -t modules/data_release/locale/ja/LC_MESSAGES/data_release.json |
147 | 148 | target=data_release npm run compile |
148 | 149 |
|
149 | | -instrument_manager: |
| 150 | +instrument_manager: modules/instrument_manager/locale/ja/LC_MESSAGES/instrument_manager.mo |
150 | 151 | target=instrument_manager npm run compile |
151 | 152 |
|
152 | | -dataquery: |
| 153 | +dataquery: modules/dataquery/locale/ja/LC_MESSAGES/dataquery.mo |
153 | 154 | msgfmt -o modules/dataquery/locale/ja/LC_MESSAGES/dataquery.mo modules/dataquery/locale/ja/LC_MESSAGES/dataquery.po |
154 | 155 | target=dataquery npm run compile |
155 | 156 |
|
156 | | -login: |
| 157 | +login: modules/login/locale/ja/LC_MESSAGES/login.mo |
157 | 158 | target=login npm run compile |
158 | 159 |
|
159 | | -module_manager: |
| 160 | +module_manager: modules/module_manager/locale/ja/LC_MESSAGES/module_manager.mo |
160 | 161 | target=module_manager npm run compile |
161 | 162 |
|
162 | | -mri_violations: |
| 163 | +mri_violations: modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.mo |
163 | 164 | target=mri_violations npm run compile |
164 | 165 |
|
165 | | -issue_tracker: |
| 166 | +issue_tracker: modules/issue_tracker/locale/ja/LC_MESSAGES/issue_tracker.mo |
166 | 167 | target=issue_tracker npm run compile |
167 | 168 |
|
168 | | -candidate_list: |
169 | | - msgfmt -o modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.mo modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.po |
| 169 | +candidate_list: modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.mo modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.mo |
170 | 170 | npx i18next-conv -l ja -s modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.po -t modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.json |
171 | | - msgfmt -o modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.mo modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.po |
172 | 171 | npx i18next-conv -l hi -s modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.po -t modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.json |
173 | 172 | target=candidate_list npm run compile |
174 | 173 |
|
175 | | -candidate_parameters: |
| 174 | +candidate_parameters: modules/candidate_parameters/locale/ja/LC_MESSAGES/candidate_parameters.mo |
176 | 175 | target=candidate_parameters npm run compile |
177 | 176 |
|
178 | | -dashboard: |
| 177 | +dashboard: modules/dashboard/locale/ja/LC_MESSAGES/dashboard.mo |
179 | 178 | target=dashboard npm run compile |
180 | 179 |
|
181 | | -publication: |
| 180 | +publication: modules/publication/locale/ja/LC_MESSAGES/publication.mo |
182 | 181 | target=publication npm run compile |
183 | 182 |
|
184 | | -server_processes_manager: |
| 183 | +server_processes_manager: modules/server_processes_manager/locale/ja/LC_MESSAGES/server_processes_manager.mo |
185 | 184 | target=server_processes_manager npm run compile |
186 | 185 |
|
187 | 186 | conflict_resolver: |
|
0 commit comments