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

Mobile 4362 #3842

Merged
merged 3 commits into from
Nov 1, 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
2 changes: 2 additions & 0 deletions scripts/create_langindex_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

SERVER_URL='https://packaging.moodle.org/'

LANGPACKS_PATH='/tmp/moodle-lang'

# Downloads a file and if it's a zip file, unzip it.
function download_file {
local url=$1
Expand Down
48 changes: 0 additions & 48 deletions scripts/get_all_ws_structures.php

This file was deleted.

105 changes: 0 additions & 105 deletions scripts/get_ws_changes.php

This file was deleted.

63 changes: 0 additions & 63 deletions scripts/get_ws_structure.php

This file was deleted.

1 change: 0 additions & 1 deletion scripts/lang_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
LANG_PATH='../src/assets/lang'
SUFFIX='' # Determines suffix of the langpacks to be merged. Ie, using wp will include en.json and en_wp.json
# (and the later will override the earlier).
LANGPACKS_PATH='/tmp/moodleapp-lang'

# Get the version of the Moodle App to fetch latest languages.
function get_app_version {
Expand Down
2 changes: 2 additions & 0 deletions scripts/update_lang_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ APPMODULENAME='local_moodlemobileapp'
TOTAL_STRINGS=0
LANGINDEX_STRINGS=0

LANGPACKS_PATH='/tmp/moodleapp-lang'

function progressbar {
let _progress=(${1}*100/100*100)/100
let _done=(${_progress}*4)/10
Expand Down
Loading
Loading