MOBILE-4081 lang: Update script version and execute to detect new lang
parent
a347ff01c5
commit
9962183fea
|
@ -11,6 +11,7 @@
|
|||
"languages": {
|
||||
"af": "Afrikaans",
|
||||
"ar": "عربي",
|
||||
"az": "Azərbaycanca",
|
||||
"bg": "Български",
|
||||
"ca": "Català",
|
||||
"cs": "Čeština",
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Functions to fetch languages.
|
||||
#
|
||||
|
||||
LANGPACKSFOLDER='../../moodle-langpacks'
|
||||
LANGPACKSFOLDER='../../moodle-langpacks' # Langpacks will be downloaded here.
|
||||
BUCKET='moodle-lang-prod'
|
||||
MOODLEORG_URL='https://download.moodle.org/download.php/direct/langpack'
|
||||
DEFAULT_LASTVERSION='4.0'
|
||||
DEFAULT_LASTVERSION='4.1' # Update it every version.
|
||||
|
||||
# Checks if AWS is available and configured.
|
||||
function check_aws {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"attemptreopenmethod_untilpass": "Automatically until pass",
|
||||
"attemptsettings": "Attempt settings",
|
||||
"beginassignment": "Begin assignment",
|
||||
"caneditsubmission": "You can submit/edit submission after time limit passed, but it will be marked as late.",
|
||||
"caneditsubmission": "You can edit your submission and submit it after the time limit has expired, but it will be marked as late.",
|
||||
"cannoteditduetostatementsubmission": "You can't add or edit a submission in the app because the submission statement could not be retrieved from the site.",
|
||||
"cannotgradefromapp": "Certain grading methods are not yet supported by the app and cannot be modified.",
|
||||
"cannotsubmitduetostatementsubmission": "You can't make a submission in the app because the submission statement could not be retrieved from the site.",
|
||||
|
|
Loading…
Reference in New Issue