Skip to content

Commit ce33def

Browse files
committed
update(i18n): update translation profile
1 parent 66255a9 commit ce33def

File tree

1 file changed

+17
-28
lines changed

1 file changed

+17
-28
lines changed
Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,24 @@
1-
FORMS = ../../profile_manager_dialog_base.ui
1+
FORMS = ../../profile_manager_dialog_base.ui
22

3-
SOURCES = \
4-
../../utils.py \
5-
../../profiles/profile_copier.py \
6-
../../profiles/profile_editor.py \
7-
../../profiles/profile_remover.py \
8-
../../profiles/profile_creator.py \
9-
../../profiles/profile_action_handler.py \
10-
../../profiles/utils.py \
11-
../../profile_manager_dialog.py \
12-
../../gui/interface_handler.py \
3+
SOURCES = ../../gui/mdl_profiles.py \
134
../../gui/name_profile_dialog.py \
14-
../../gui/mdl_profiles.py \
5+
../../gui/utils.py \
6+
../../handlers/bookmarks.py \
7+
../../handlers/customization.py \
8+
../../handlers/data_sources.py \
9+
../../handlers/expressions.py \
10+
../../handlers/favourites.py \
11+
../../handlers/models.py \
12+
../../handlers/plugins.py \
13+
../../handlers/scripts.py \
14+
../../handlers/styles.py \
1515
../../profile_manager.py \
16+
../../profile_manager_dialog.py \
17+
../../profiles/profile_handler.py \
18+
../../profiles/utils.py \
1619
../../qdt_export/profile_export.py \
17-
../../datasources/functions/function_handler.py \
18-
../../datasources/dataservices/datasource_distributor.py \
19-
../../datasources/dataservices/datasource_provider.py \
20-
../../datasources/dataservices/datasource_handler.py \
21-
../../datasources/bookmarks/bookmark_handler.py \
22-
../../datasources/favourites/favourites_handler.py \
23-
../../datasources/models/script_handler.py \
24-
../../datasources/models/model_handler.py \
25-
../../datasources/plugins/plugin_remover.py \
26-
../../datasources/plugins/plugin_handler.py \
27-
../../datasources/plugins/plugin_displayer.py \
28-
../../datasources/plugins/plugin_importer.py \
29-
../../datasources/customizations/customization_handler.py \
30-
../../datasources/styles/style_handler.py
20+
../../utils.py
3121

32-
TRANSLATIONS = \
33-
ProfileManager_de.ts \
22+
TRANSLATIONS = ProfileManager_de.ts \
3423
ProfileManager_fr.ts \
3524
ProfileManager_it.ts

0 commit comments

Comments
 (0)