Skip to content

Commit

Permalink
Hebrew radio translation 🇮🇱
Browse files Browse the repository at this point in the history
  • Loading branch information
Stav Raviv committed Apr 22, 2023
1 parent e1fe7fc commit b6c4c73
Show file tree
Hide file tree
Showing 20 changed files with 57,430 additions and 4 deletions.
Binary file added radio/src/Arial/Arial-Bold.ttf
Binary file not shown.
Binary file added radio/src/Arial/Arial-Regular.ttf
Binary file not shown.
9 changes: 8 additions & 1 deletion radio/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(CMakeForceCompiler)
include(Bitmaps)

set(PCB_TYPES X9LITE X9LITES X7 XLITE XLITES X9D X9D+ X9E X10 X12S NV14)
set(RADIO_LANGUAGES CN CZ DA DE EN ES FI FR IT JP PT SK SE PL HU NL TW)
set(RADIO_LANGUAGES CN CZ DA DE EN ES FI FR HE IT JP PT SK SE PL HU NL TW)
set(TTS_LANGUAGES CN CZ DA DE EN ES FR IT JP PT SK SE PL HU NL RU)

set(PCB "X9D+" CACHE STRING "Radio type, one of: ${PCB_TYPES}")
Expand Down Expand Up @@ -145,6 +145,13 @@ foreach(LANGUAGE ${RADIO_LANGUAGES})
endif()
endforeach()

set(RTL_LANGUAGES HE)
if(TRANSLATIONS IN_LIST RTL_LANGUAGES)
add_definitions(-DTRANSLATION_IS_RTL=1)
else()
add_definitions(-DTRANSLATION_IS_RTL=0)
endif()

set(SRC ${SRC} debug.cpp)

add_definitions(-DFLAVOUR="${FLAVOUR}")
Expand Down
Loading

0 comments on commit b6c4c73

Please sign in to comment.