Skip to content

Commit

Permalink
Merge pull request #3842 from crazyserver/MOBILE-4362
Browse files Browse the repository at this point in the history
Mobile 4362
  • Loading branch information
dpalou authored Nov 1, 2023
2 parents 9ff408d + db9865c commit dafce79
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 511 deletions.
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

0 comments on commit dafce79

Please sign in to comment.