mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Update languagelist_updater.sh
This commit is contained in:
parent
856b59fc40
commit
90078cf1c9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
THISDIR = `dirname $0`
|
||||
LANGFILE = $THISDIR/../app/src/main/assets/language_list.txt
|
||||
THISDIR=`dirname $0`
|
||||
LANGFILE=$THISDIR/../app/src/main/assets/language_list.txt
|
||||
|
||||
rm $LANGFILE
|
||||
ls $THISDIR/../app/src/main/res/values-* >> $LANGFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue