Skip to content

Commit

Permalink
Merge pull request #101 from QGEP/fix_tx_parameters
Browse files Browse the repository at this point in the history
Fix TX parameters
  • Loading branch information
ponceta authored Oct 9, 2023
2 parents ee47ef6 + c1dd389 commit 34b4cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .qgis-plugin-ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin_path: qgepplugin
github_organization_slug: QGEP
project_slug: qgepplugin
transifex_organization: teksi
transifex_project: QGEP
transifex_organization: qgep
transifex_project: qgepplugin
transifex_resource: qgep-plugin
6 changes: 3 additions & 3 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://app.transifex.com

[o:qgep:p:qgep-plugin:r:qgep-project]
[o:qgep:p:qgepplugin:r:qgep-project]
source_file = i18n/qgep-project.ts
file_filter = i18n/qgep-project_<lang>.ts
source_lang = en
Expand All @@ -10,7 +10,7 @@ trans.fr = i18n/qgep-project_fr.ts
trans.it = i18n/qgep-project_it.ts
type = QT

[o:qgep:p:qgep-plugin:r:qgep-plugin]
[o:qgep:p:qgepplugin:r:qgep-plugin]
source_file = i18n/qgepplugin_en.ts
file_filter = i18n/qgepplugin_<lang>.ts
source_lang = en
Expand All @@ -19,7 +19,7 @@ trans.fr = i18n/qgepplugin_fr.ts
trans.it = i18n/qgepplugin_it.ts
type = QT

[o:qgep:p:qgep-plugin:r:qgepplugin-js]
[o:qgep:p:qgepplugin:r:qgepplugin-js]
source_file = i18n/qgepplugin-js_en.ts
file_filter = i18n/qgepplugin-js_<lang>.ts
source_lang = en
Expand Down

0 comments on commit 34b4cea

Please sign in to comment.