mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-13 05:20:37 +00:00
Create he.json
This commit is contained in:
parent
9965c3355c
commit
a0be02c756
1 changed files with 53 additions and 0 deletions
53
locales/he.json
Normal file
53
locales/he.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"short_months": [
|
||||
"ינו",
|
||||
"פבר",
|
||||
"מרץ",
|
||||
"אפר",
|
||||
"מאי",
|
||||
"יונ",
|
||||
"יול",
|
||||
"אוג",
|
||||
"ספט",
|
||||
"אוק",
|
||||
"נוב",
|
||||
"דצמ"
|
||||
],
|
||||
"long_months": [
|
||||
"ינואר",
|
||||
"פברואר",
|
||||
"מרץ",
|
||||
"מאי",
|
||||
"יוני",
|
||||
"יולי",
|
||||
"אוגוסט",
|
||||
"ספטמבר",
|
||||
"אוקטובר",
|
||||
"נובמבר",
|
||||
"דצמבר"
|
||||
],
|
||||
"short_weekdays": [
|
||||
"שני",
|
||||
"שלי",
|
||||
"רבי",
|
||||
"חמי",
|
||||
"שיש",
|
||||
"שבת",
|
||||
"ראש"
|
||||
],
|
||||
"long_weekdays": [
|
||||
"שני",
|
||||
"שלישי",
|
||||
"רביעי",
|
||||
"חמישי",
|
||||
"שישי",
|
||||
"שבת",
|
||||
"ראשון"
|
||||
],
|
||||
"ampm": [
|
||||
"am",
|
||||
"pm",
|
||||
"AM",
|
||||
"PM"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue