Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hebrew translation for DateLine #203

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion always-on-source/AlwaysOnDisplay.mc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ class AlwaysOnDisplay extends Ui.Drawable {
"ZHS" => rezFonts.AlwaysOnDateFontOverrideZHS,
"ZHT" => rezFonts.AlwaysOnDateFontOverrideZHT,
"RUS" => rezFonts.AlwaysOnDateFontOverrideRUS,
"KOR" => rezFonts.AlwaysOnDateFontOverrideKOR
"KOR" => rezFonts.AlwaysOnDateFontOverrideKOR,
"HEB" => rezFonts.AlwaysOnDateFontOverrideHEB
};

// Unfortunate: because fonts can't be overridden based on locale, we have to read in current locale as manually-specified
Expand Down
1 change: 1 addition & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<iq:language>fin</iq:language>
<iq:language>fre</iq:language>
<iq:language>hrv</iq:language>
<iq:language>heb</iq:language>
<iq:language>hun</iq:language>
<iq:language>ita</iq:language>
<iq:language>kor</iq:language>
Expand Down
1 change: 1 addition & 0 deletions resources-fr920xt/fonts/fonts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<font id="DateFontOverrideZHT" filename="../../resources-rectangle-205x148/fonts/noto-sans-cjk-tc-medium-16.fnt" antialias="false"/>
<font id="DateFontOverrideRUS" filename="../../resources-rectangle-205x148/fonts/noto-sans-rus-bold-16.fnt" antialias="false"/>
<font id="DateFontOverrideKOR" filename="../../resources-rectangle-205x148/fonts/namum-gothic-kor-16.fnt" antialias="false"/>
<font id="DateFontOverrideHEB" filename="../../resources-rectangle-205x148/fonts/namum-gothic-heb-16.fnt" antialias="false"/>
</fonts>
21 changes: 21 additions & 0 deletions resources-heb/strings/heb-all-date-chars.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
0123456789

א'
ב'
ג'
ד'
ה'
ו'
שבת
ינו
פבר
מרץ
אפר
מאי
יונ
יול
אוג
ספט
אוק
נוב
דצמ
106 changes: 106 additions & 0 deletions resources-heb/strings/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<strings>

<!-- TODO_TRANSLATE -->
<string id="AppName">Crystal</string>
<string id="AppVersionTitle">App Version</string>

<string id="ThemeTitle">Theme</string>
<string id="HoursColourTitle">Hours Colour</string>
<string id="MinutesColourTitle">Minutes Colour</string>
<string id="LeftGoalMeterTitle">Left Meter</string>
<string id="RightGoalMeterTitle">Right Meter</string>
<string id="CaloriesGoalTitle">Calories Goal (1-10,000kCal)</string>
<string id="GoalMeterStyleTitle">Meter Style</string>
<string id="MeterDigitsStyleTitle">Meter Digits Style</string>
<string id="LocalTimeInCityTitle">Add Local Time in City (Beta)</string>
<string id="MoveBarStyleTitle">Move Bar Style</string>
<string id="HideSecondsTitle">Hide Seconds</string>
<string id="HideHoursLeadingZeroTitle">Hide Hours Leading Zero</string>
<string id="OWMKeyOverride">OpenWeatherMap API Key Override</string>

<string id="FieldCountTitle">Number Of Data Fields</string>
<string id="DataField1Title">Data Field 1</string>
<string id="DataField2Title">Data Field 2</string>
<string id="DataField3Title">Data Field 3</string>

<string id="IndicatorCountTitle">Number Of Indicators</string>
<string id="Indicator1Title">Indicator 1</string>
<string id="Indicator2Title">Indicator 2</string>
<string id="Indicator3Title">Indicator 3</string>

<string id="FromTheme">(From Theme)</string>
<string id="MonoHighlight">Mono Highlight</string>
<string id="Mono">Mono</string>

<string id="AllSegmentsMerged">All Segments (Merged)</string>
<string id="FilledSegmentsMerged">Filled Segments (Merged)</string>
<string id="AllSegments">All Segments</string>
<string id="FilledSegments">Filled Segments</string>
<string id="Hidden">Hidden</string>
<string id="CurrentTarget">Current/Target</string>
<string id="Current">Current</string>

<string id="ThemeBlueDark">Blue (Dark)</string>
<string id="ThemePinkDark">Pink (Dark)</string>
<string id="ThemeRedDark">Red (Dark)</string>
<string id="ThemeGreenDark">Green (Dark)</string>
<string id="ThemeCornflowerBlueDark">Cornflower Blue (Dark)</string>
<string id="ThemeLemonCreamDark">Lemon Cream (Dark)</string>
<string id="ThemeVividYellowDark">Vivid Yellow (Dark)</string>
<string id="ThemeDaygloOrangeDark">Dayglo Orange (Dark)</string>
<string id="ThemeMonoDark">Mono (Dark)</string>
<string id="ThemeMonoLight">Mono (Light)</string>
<string id="ThemeBlueLight">Blue (Light)</string>
<string id="ThemeRedLight">Red (Light)</string>
<string id="ThemeGreenLight">Green (Light)</string>
<string id="ThemeDaygloOrangeLight">Dayglo Orange (Light)</string>
<string id="ThemeCornYellowDark">Corn Yellow (Dark)</string>

<string id="Steps">Steps</string>
<string id="FloorsClimbed">Floors Climbed</string>
<string id="ActiveMinutes">Active Minutes (Weekly)</string>
<string id="CaloriesManualGoal">Calories (Manual Goal)</string>
<string id="Off">Off</string>

<string id="HeartRate">Heart Rate</string>
<string id="HeartRateLive5s">Heart Rate (Live 5s)</string>
<string id="Battery">Battery</string>
<string id="BatteryHidePercentage">Battery (Hide Percentage)</string>
<string id="Notifications">Notifications</string>
<string id="Calories">Calories</string>
<string id="Distance">Distance</string>
<string id="Alarms">Alarms</string>
<string id="Altitude">Altitude</string>
<string id="Temperature">Thermometer</string>
<string id="Bluetooth">Bluetooth</string>
<string id="BluetoothOrNotifications">Bluetooth/Notifications</string>
<string id="SunriseSunset">Sunrise/Sunset</string>
<string id="Weather">Weather</string>
<string id="Humidity">Humidity</string>
<string id="Pressure">Pressure</string>

<!-- Internal use only. Required because fonts cannot be overridden by locale. Leave blank for no override. -->
<string id="DATE_FONT_OVERRIDE">HEB</string>

<string id="Sun">א'</string>
<string id="Mon">ב'</string>
<string id="Tue">ג'</string>
<string id="Wed">ד'</string>
<string id="Thu">ה'</string>
<string id="Fri">ו'</string>
<string id="Sat">שבת</string>

<string id="Jan">ינו</string>
<string id="Feb">פבר</string>
<string id="Mar">מאץ</string>
<string id="Apr">אפר</string>
<string id="May">מאי</string>
<string id="Jun">יונ</string>
<string id="Jul">יול</string>
<string id="Aug">אוג</string>
<string id="Sep">ספט</string>
<string id="Oct">אוק</string>
<string id="Nov">נוב</string>
<string id="Dec">דצמ</string>

</strings>
1 change: 1 addition & 0 deletions resources-rectangle-205x148/fonts/fonts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<font id="DateFontOverrideZHT" filename="noto-sans-cjk-tc-medium-16.fnt" antialias="true"/>
<font id="DateFontOverrideRUS" filename="noto-sans-rus-bold-16.fnt" antialias="true"/>
<font id="DateFontOverrideKOR" filename="namum-gothic-kor-16.fnt" antialias="true"/>
<font id="DateFontOverrideHEB" filename="namum-gothic-heb-16.fnt" antialias="true"/>
</fonts>
59 changes: 59 additions & 0 deletions resources-rectangle-205x148/fonts/namum-gothic-heb-16.bmfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# AngelCode Bitmap Font Generator configuration file
fileVersion=1

# font settings
fontName=NanumGothicExtraBold
fontFile=
charSet=0
fontSize=16
aa=2
scaleH=100
useSmoothing=1
isBold=0
isItalic=0
useUnicode=1
disableBoxChars=1
outputInvalidCharGlyph=0
dontIncludeKerningPairs=0
useHinting=1
renderFromOutline=0
useClearType=0
autoFitNumPages=0
autoFitFontSizeMin=0
autoFitFontSizeMax=0

# character alignment
paddingDown=0
paddingUp=0
paddingRight=0
paddingLeft=0
spacingHoriz=1
spacingVert=1
useFixedHeight=0
forceZero=0
widthPaddingFactor=0.00

# output file
outWidth=256
outHeight=256
outBitDepth=8
fontDescFormat=0
fourChnlPacked=0
textureFormat=png
textureCompression=0
alphaChnl=1
redChnl=0
greenChnl=0
blueChnl=0
invA=0
invR=0
invG=0
invB=0

# outline
outlineThickness=0

# selected chars
chars=32,39,48-57,1488-1493,1496-1497,1500,1502,1504-1505,1508-1514

# imported icon images
37 changes: 37 additions & 0 deletions resources-rectangle-205x148/fonts/namum-gothic-heb-16.fnt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
info face="NanumGothicExtraBold" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=16 base=13 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="namum-gothic-heb-16_0.png"
chars count=31
char id=32 x=238 y=0 width=2 height=1 xoffset=0 yoffset=15 xadvance=4 page=0 chnl=15
char id=39 x=235 y=0 width=2 height=3 xoffset=0 yoffset=3 xadvance=3 page=0 chnl=15
char id=48 x=34 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=49 x=42 y=0 width=7 height=10 xoffset=1 yoffset=3 xadvance=8 page=0 chnl=15
char id=50 x=50 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=51 x=58 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=52 x=25 y=0 width=8 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=53 x=66 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=54 x=74 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=55 x=82 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=56 x=90 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=57 x=98 y=0 width=7 height=10 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=15
char id=1488 x=117 y=0 width=9 height=9 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15
char id=1489 x=157 y=0 width=8 height=9 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15
char id=1490 x=217 y=0 width=6 height=9 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15
char id=1491 x=166 y=0 width=8 height=9 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15
char id=1492 x=193 y=0 width=7 height=9 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=15
char id=1493 x=229 y=0 width=2 height=9 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=15
char id=1496 x=175 y=0 width=8 height=9 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=15
char id=1497 x=232 y=0 width=2 height=5 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=15
char id=1500 x=0 y=0 width=7 height=13 xoffset=0 yoffset=1 xadvance=7 page=0 chnl=15
char id=1502 x=127 y=0 width=9 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15
char id=1504 x=224 y=0 width=4 height=9 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15
char id=1505 x=137 y=0 width=9 height=9 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15
char id=1508 x=201 y=0 width=7 height=9 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=15
char id=1509 x=17 y=0 width=7 height=12 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15
char id=1510 x=184 y=0 width=8 height=9 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15
char id=1511 x=8 y=0 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15
char id=1512 x=209 y=0 width=7 height=9 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15
char id=1513 x=106 y=0 width=10 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15
char id=1514 x=147 y=0 width=9 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15
kernings count=1
kerning first=49 second=49 amount=-1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources-rectangle-240x240/fonts/fonts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<font id="DateFontOverrideZHT" filename="../../resources-round-260x260/fonts/noto-sans-cjk-tc-medium-26.fnt" antialias="true"/>
<font id="DateFontOverrideRUS" filename="../../resources-round-260x260/fonts/noto-sans-rus-bold-26.fnt" antialias="true"/>
<font id="DateFontOverrideKOR" filename="../../resources-round-260x260/fonts/namum-gothic-kor-26.fnt" antialias="true"/>
<font id="DateFontOverrideHEB" filename="../../resources-round-260x260/fonts/namum-gothic-heb-26.fnt" antialias="true"/>

<!-- Always on fonts -->
<font id="AlwaysOnHoursFont" filename="../../resources-rectangle-205x148/fonts/titillium-web-bold-54.fnt" antialias="true"/>
Expand All @@ -20,5 +21,6 @@
<font id="AlwaysOnDateFontOverrideZHT" filename="../../resources-rectangle-205x148/fonts/noto-sans-cjk-tc-medium-16.fnt" antialias="true"/>
<font id="AlwaysOnDateFontOverrideRUS" filename="../../resources-rectangle-205x148/fonts/noto-sans-rus-bold-16.fnt" antialias="true"/>
<font id="AlwaysOnDateFontOverrideKOR" filename="../../resources-rectangle-205x148/fonts/namum-gothic-kor-16.fnt" antialias="true"/>
<font id="AlwaysOnDateFontOverrideHEB" filename="../../resources-rectangle-205x148/fonts/namum-gothic-heb-16.fnt" antialias="true"/>
<font id="AlwaysOnBatteryFont" filename="../../resources/fonts/titillium-web-semibold-16.fnt" antialias="true" filter="%0123456789"/>
</fonts>
1 change: 1 addition & 0 deletions resources-round-260x260/fonts/fonts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<font id="DateFontOverrideZHT" filename="noto-sans-cjk-tc-medium-26.fnt" antialias="true"/>
<font id="DateFontOverrideRUS" filename="noto-sans-rus-bold-26.fnt" antialias="true"/>
<font id="DateFontOverrideKOR" filename="namum-gothic-kor-26.fnt" antialias="true"/>
<font id="DateFontOverrideHEB" filename="namum-gothic-heb-26.fnt" antialias="true"/>
</fonts>
59 changes: 59 additions & 0 deletions resources-round-260x260/fonts/namum-gothic-heb-26.bmfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# AngelCode Bitmap Font Generator configuration file
fileVersion=1

# font settings
fontName=NanumGothicExtraBold
fontFile=
charSet=0
fontSize=26
aa=2
scaleH=100
useSmoothing=1
isBold=0
isItalic=0
useUnicode=1
disableBoxChars=1
outputInvalidCharGlyph=0
dontIncludeKerningPairs=0
useHinting=1
renderFromOutline=0
useClearType=0
autoFitNumPages=0
autoFitFontSizeMin=0
autoFitFontSizeMax=0

# character alignment
paddingDown=0
paddingUp=0
paddingRight=0
paddingLeft=0
spacingHoriz=1
spacingVert=1
useFixedHeight=0
forceZero=0
widthPaddingFactor=0.00

# output file
outWidth=256
outHeight=256
outBitDepth=8
fontDescFormat=0
fourChnlPacked=0
textureFormat=png
textureCompression=0
alphaChnl=1
redChnl=0
greenChnl=0
blueChnl=0
invA=0
invR=0
invG=0
invB=0

# outline
outlineThickness=0

# selected chars
chars=32,39,48-57,1488-1493,1496-1497,1500,1502,1504-1505,1508-1514

# imported icon images
37 changes: 37 additions & 0 deletions resources-round-260x260/fonts/namum-gothic-heb-26.fnt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
info face="NanumGothicExtraBold" size=26 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=27 base=22 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="namum-gothic-heb-26_0.png"
chars count=31
char id=32 x=104 y=18 width=2 height=1 xoffset=0 yoffset=26 xadvance=6 page=0 chnl=15
char id=39 x=100 y=18 width=3 height=5 xoffset=1 yoffset=5 xadvance=4 page=0 chnl=15
char id=48 x=38 y=0 width=12 height=17 xoffset=0 yoffset=5 xadvance=13 page=0 chnl=15
char id=49 x=77 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=50 x=89 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=51 x=101 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=52 x=51 y=0 width=12 height=17 xoffset=0 yoffset=5 xadvance=13 page=0 chnl=15
char id=53 x=64 y=0 width=12 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=54 x=113 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=55 x=125 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=56 x=137 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=57 x=149 y=0 width=11 height=17 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=15
char id=1488 x=178 y=0 width=14 height=15 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=15
char id=1489 x=238 y=0 width=13 height=15 xoffset=0 yoffset=7 xadvance=14 page=0 chnl=15
char id=1490 x=78 y=18 width=9 height=15 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15
char id=1491 x=14 y=20 width=12 height=15 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=15
char id=1492 x=27 y=20 width=12 height=15 xoffset=1 yoffset=7 xadvance=15 page=0 chnl=15
char id=1493 x=252 y=0 width=3 height=15 xoffset=2 yoffset=7 xadvance=6 page=0 chnl=15
char id=1496 x=0 y=21 width=13 height=15 xoffset=1 yoffset=7 xadvance=15 page=0 chnl=15
char id=1497 x=96 y=18 width=3 height=8 xoffset=2 yoffset=7 xadvance=6 page=0 chnl=15
char id=1500 x=0 y=0 width=11 height=20 xoffset=0 yoffset=2 xadvance=12 page=0 chnl=15
char id=1502 x=193 y=0 width=14 height=15 xoffset=0 yoffset=7 xadvance=16 page=0 chnl=15
char id=1504 x=88 y=18 width=7 height=15 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=15
char id=1505 x=208 y=0 width=14 height=15 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=15
char id=1508 x=40 y=18 width=12 height=15 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=15
char id=1509 x=12 y=0 width=12 height=19 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=15
char id=1510 x=53 y=18 width=12 height=15 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=15
char id=1511 x=25 y=0 width=12 height=19 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=15
char id=1512 x=66 y=18 width=11 height=15 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=15
char id=1513 x=161 y=0 width=16 height=15 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=15
char id=1514 x=223 y=0 width=14 height=15 xoffset=0 yoffset=7 xadvance=16 page=0 chnl=15
kernings count=1
kerning first=49 second=49 amount=-2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources-round-280x280/fonts/fonts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
<font id="DateFontOverrideZHT" filename="noto-sans-cjk-tc-medium-28.fnt" antialias="true"/>
<font id="DateFontOverrideRUS" filename="noto-sans-rus-bold-28.fnt" antialias="true"/>
<font id="DateFontOverrideKOR" filename="namum-gothic-kor-28.fnt" antialias="true"/>
<font id="DateFontOverrideHEB" filename="namum-gothic-heb-28.fnt" antialias="true"/>
</fonts>
Loading