Skip to content

Commit 732a1fa

Browse files
author
Dave MacFarlane
committed
Update po file list
1 parent a0ab76b commit 732a1fa

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Makefile

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,27 @@ POFILES=locale/fr/LC_MESSAGES/loris.po \
55
locale/hi/LC_MESSAGES/loris.po \
66
locale/es/LC_MESSAGES/loris.po \
77
locale/en/LC_MESSAGES/loris.po \
8+
modules/media/locale/fr/LC_MESSAGES/media.po \
89
modules/media/locale/ja/LC_MESSAGES/media.po \
10+
modules/media/locale/hi/LC_MESSAGES/media.po \
11+
modules/media/locale/es/LC_MESSAGES/media.po \
912
modules/datadict/locale/ja/LC_MESSAGES/datadict.po \
1013
modules/datadict/locale/hi/LC_MESSAGES/datadict.po \
1114
modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.po \
1215
modules/statistics/locale/ja/LC_MESSAGES/statistics.po \
1316
modules/server_processes_manager/locale/ja/LC_MESSAGES/server_processes_manager.po \
1417
modules/module_manager/locale/ja/LC_MESSAGES/module_manager.po \
18+
modules/module_manager/locale/hi/LC_MESSAGES/module_manager.po \
1519
modules/configuration/locale/ja/LC_MESSAGES/configuration.po \
1620
modules/oidc/locale/ja/LC_MESSAGES/oidc.po \
21+
modules/instrument_list/locale/fr/LC_MESSAGES/instrument_list.po \
1722
modules/instrument_list/locale/ja/LC_MESSAGES/instrument_list.po \
1823
modules/instrument_list/locale/es/LC_MESSAGES/instrument_list.po \
1924
modules/my_preferences/locale/ja/LC_MESSAGES/my_preferences.po \
2025
modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.po \
2126
modules/dicom_archive/locale/ja/LC_MESSAGES/dicom_archive.po \
27+
modules/dicom_archive/locale/hi/LC_MESSAGES/dicom_archive.po \
28+
modules/new_profile/locale/fr/LC_MESSAGES/new_profile.po \
2229
modules/new_profile/locale/ja/LC_MESSAGES/new_profile.po \
2330
modules/new_profile/locale/hi/LC_MESSAGES/new_profile.po \
2431
modules/new_profile/locale/es/LC_MESSAGES/new_profile.po \
@@ -30,25 +37,35 @@ POFILES=locale/fr/LC_MESSAGES/loris.po \
3037
modules/dictionary/locale/ja/LC_MESSAGES/dictionary.po \
3138
modules/dictionary/locale/hi/LC_MESSAGES/dictionary.po \
3239
modules/instrument_manager/locale/ja/LC_MESSAGES/instrument_manager.po \
40+
modules/candidate_profile/locale/fr/LC_MESSAGES/candidate_profile.po \
3341
modules/candidate_profile/locale/ja/LC_MESSAGES/candidate_profile.po \
3442
modules/behavioural_qc/locale/ja/LC_MESSAGES/behavioural_qc.po \
43+
modules/behavioural_qc/locale/hi/LC_MESSAGES/behavioural_qc.po \
3544
modules/user_accounts/locale/ja/LC_MESSAGES/user_accounts.po \
45+
modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.po \
3646
modules/schedule_module/locale/ja/LC_MESSAGES/schedule_module.po \
47+
modules/schedule_module/locale/hi/LC_MESSAGES/schedule_module.po \
3748
modules/imaging_uploader/locale/ja/LC_MESSAGES/imaging_uploader.po \
49+
modules/imaging_uploader/locale/hi/LC_MESSAGES/imaging_uploader.po \
3850
modules/next_stage/locale/ja/LC_MESSAGES/next_stage.po \
3951
modules/next_stage/locale/es/LC_MESSAGES/next_stage.po \
4052
modules/examiner/locale/ja/LC_MESSAGES/examiner.po \
4153
modules/login/locale/ja/LC_MESSAGES/login.po \
4254
modules/instrument_builder/locale/ja/LC_MESSAGES/instrument_builder.po \
55+
modules/instrument_builder/locale/hi/LC_MESSAGES/instrument_builder.po \
4356
modules/document_repository/locale/ja/LC_MESSAGES/document_repository.po \
4457
modules/conflict_resolver/locale/ja/LC_MESSAGES/conflict_resolver.po \
58+
modules/conflict_resolver/locale/hi/LC_MESSAGES/conflict_resolver.po \
59+
modules/candidate_list/locale/fr/LC_MESSAGES/candidate_list.po \
4560
modules/candidate_list/locale/ja/LC_MESSAGES/candidate_list.po \
4661
modules/candidate_list/locale/hi/LC_MESSAGES/candidate_list.po \
4762
modules/create_timepoint/locale/ja/LC_MESSAGES/create_timepoint.po \
4863
modules/create_timepoint/locale/es/LC_MESSAGES/create_timepoint.po \
4964
modules/brainbrowser/locale/ja/LC_MESSAGES/brainbrowser.po \
5065
modules/dataquery/locale/ja/LC_MESSAGES/dataquery.po \
5166
modules/issue_tracker/locale/ja/LC_MESSAGES/issue_tracker.po \
67+
modules/issue_tracker/locale/hi/LC_MESSAGES/issue_tracker.po \
68+
modules/timepoint_list/locale/fr/LC_MESSAGES/timepoint_list.po \
5269
modules/timepoint_list/locale/ja/LC_MESSAGES/timepoint_list.po \
5370
modules/timepoint_list/locale/es/LC_MESSAGES/timepoint_list.po \
5471
modules/data_release/locale/ja/LC_MESSAGES/data_release.po \
@@ -61,10 +78,12 @@ POFILES=locale/fr/LC_MESSAGES/loris.po \
6178
modules/electrophysiology_browser/locale/ja/LC_MESSAGES/electrophysiology_browser.po \
6279
modules/api_docs/locale/ja/LC_MESSAGES/api_docs.po \
6380
modules/publication/locale/ja/LC_MESSAGES/publication.po \
81+
modules/publication/locale/hi/LC_MESSAGES/publication.po \
6482
modules/dashboard/locale/ja/LC_MESSAGES/dashboard.po \
6583
modules/candidate_parameters/locale/ja/LC_MESSAGES/candidate_parameters.po \
6684
modules/imaging_browser/locale/ja/LC_MESSAGES/imaging_browser.po \
67-
modules/help_editor/locale/ja/LC_MESSAGES/help_editor.po
85+
modules/help_editor/locale/ja/LC_MESSAGES/help_editor.po \
86+
modules/help_editor/locale/hi/LC_MESSAGES/help_editor.po
6887

6988
MOFILES=$(patsubst %.po,%.mo,$(POFILES))
7089
I18NJSONFILES=$(patsubst %.po,%.json,$(POFILES))

0 commit comments

Comments
 (0)