Skip to content

Commit

Permalink
themestringstool: refresh list of translated themes
Browse files Browse the repository at this point in the history
Closes: #13587
  • Loading branch information
knowledgejunkie committed Feb 24, 2020
1 parent 5f687c3 commit d8f9e25
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions themestringstool/run.sh
Expand Up @@ -108,8 +108,34 @@ done
# #
#####################################################################

# Select the themes that should be translatable (theme name = directory name after extraction)
TRANSLATABLE_THEMES="Arclight Childish Graphite Mythbuntu Mythbuntu-classic MythCenter MythCenter-wide MythCenterXMAS-wide Steppes Steppes-narrow Terra A-Forest blue-abstract-wide"
# Select the themes that should be translatable (theme name = directory name
# after extraction)
TRANSLATABLE_THEMES="\
A-Forest \
Arclight \
blootube-ng \
blue-abstract-wide \
Childish \
Functionality \
Graphite \
LCARS \
Monochrome \
MythAeon \
Mythbuntu \
Mythbuntu-classic \
MythCenter \
MythCenter-wide \
MythMediaStream \
Readability \
Retro-wide \
Steppes \
Steppes-large \
Steppes-narrow \
Terra \
TintedGlass \
TransBlue \
Willi"

#TRANSLATABLE_THEMES=$(ls ${DOWNLOAD_DIR}/themes/ --file-type |grep "/$"|tr '/' ' ') #All themes

# Remove the extracted themes which shouldn't be translatable
Expand Down

0 comments on commit d8f9e25

Please sign in to comment.