Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
f23d6e80
Commit
f23d6e80
authored
2 years ago
by
bmortier
Browse files
Options
Download
Patches
Plain Diff
Draft: Resolve "Update transiflex API in the gitlab-ci"
parent
e073fefd
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
.tx/config
+1
-2
.tx/config
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
+
1
−
1
View file @
f23d6e80
...
@@ -65,7 +65,7 @@ update-transifex:
...
@@ -65,7 +65,7 @@ update-transifex:
script
:
script
:
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
-
echo $'[https://www.transifex.com]\n
hostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword
= '"$TRANSIFEX_
PASSWORD
"$'\ntoken = '"$TRANSIFEX_
API_
TOKEN"$'\n' > ~/.transifexrc
-
echo $'[https://www.transifex.com]\n
rest_hostname = '"$TRANSIFEX_REST_HOSTNAME"$'\nusername
= '"$TRANSIFEX_
USER
"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc
-
tx pull -a -f
-
tx pull -a -f
-
../dev-tools/locale-scripts/fusiondirectory-update-locale -g
-
../dev-tools/locale-scripts/fusiondirectory-update-locale -g
-
tx push -s -t --skip --no-interactive
-
tx push -s -t --skip --no-interactive
...
...
This diff is collapsed.
Click to expand it.
.tx/config
+
1
−
2
View file @
f23d6e80
[main]
[main]
host = https://www.transifex.com
host = https://www.transifex.com
type = PO
[FusionDirectory-14
.
core]
[
o:fusiondirectory:p:
FusionDirectory-14
:r:
core]
file_filter = locale/<lang>/fusiondirectory.po
file_filter = locale/<lang>/fusiondirectory.po
source_file = locale/en/fusiondirectory.po
source_file = locale/en/fusiondirectory.po
source_lang = en
source_lang = en
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets