Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TX parameters #101

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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