L10n:Migration: Difference between revisions

Line 57: Line 57:


<pre style="overflow-x:scroll">cd releases/l10n
<pre style="overflow-x:scroll">cd releases/l10n
# This function can be used to ignore locales working on central, e.g.
# isCentralLocale $loc
# if [ $? -eq 1 ] ; then
#  # Ignore locales working on mozilla-central
#  continue
# else
#  # Do something for other locales
# fi


function isCentralLocale () {
function isCentralLocale () {
258

edits