Skip to content

Commit f190976

Browse files
committed
Remove l20n from setup and other parts
We have already removed them from glossaire.sh
1 parent d2f3d87 commit f190976

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

app/scripts/bash_variables.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,3 @@ folders+=( $mozilla_org )
4949
# Firefox for iOS (XLIFF)
5050
firefox_ios=$local_git/firefox_ios/
5151
folders+=( $firefox_ios )
52-
53-
# l20n test repo
54-
l20n_test=$local_git/L20N_TEST
55-
l20n_test_locales=${path_sources}/l20n_test.txt
56-
folders+=( $l20n_test )

app/scripts/setup.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -319,24 +319,6 @@ then
319319
git clone https://github.com/mozilla-l10n/firefoxios-l10n .
320320
fi
321321

322-
# We now deal with L20n test repo as a specific case
323-
echogreen "L20n test repo initialization"
324-
cd $l20n_test
325-
if [ ! -d $l20n_test/l20ntestdata/.git ]
326-
then
327-
echogreen "Checking out the following repo:"
328-
git clone https://github.com/pascalchevrel/l20ntestdata.git
329-
fi
330-
331-
for locale in $(cat $l20n_test_locales)
332-
do
333-
if [ ! -d $root/TMX/$locale ]
334-
then
335-
echogreen "Creating locale cache for: $locale"
336-
mkdir -p $root/TMX/$locale
337-
fi
338-
done
339-
340322
# Add .htaccess to download folder. Folder should already exists, but check in
341323
# advance to be sure. I overwrite an existing .htaccess if already present.
342324
echogreen "Add .htaccess to download folder"

app/scripts/tmx_products.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_strings(package, local_directory, strings_array):
9494

9595
def create_directories_list(locale_repo, reference_repo, repository):
9696
''' Create a list of folders to analyze '''
97-
if repository.startswith('gaia') or repository == 'l20n_test':
97+
if repository.startswith('gaia'):
9898
# Examine the entire folder
9999
dirs = ['']
100100
else:

0 commit comments

Comments
 (0)