Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripts
mahara-scripts
Commits
a5bcc3dd
Commit
a5bcc3dd
authored
Apr 29, 2011
by
Richard Mansfield
Browse files
Change name of expected .po file when creating mahara langpack
parent
9367a786
Changes
1
Hide whitespace changes
Inline
Side-by-side
mahara-langpacks/langpacks.sh
View file @
a5bcc3dd
...
...
@@ -103,7 +103,7 @@ for lang in ${langs} ; do
[
-d
${
cleanbranchdir
}
/lang
]
&&
rm
-fr
${
cleanbranchdir
}
[
!
-d
${
cleanbranchdir
}
]
&&
mkdir
${
cleanbranchdir
}
pofile
=
"
${
gitlangdir
}
/
${
lang
}
-
${
localbranch
}
.po"
pofile
=
"
${
gitlangdir
}
/
mahara/
${
lang
}
.po"
if
[
-f
$pofile
]
;
then
echo
"
$lang
$localbranch
: using .po file"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment