Skip to content

Commit

Permalink
Add Hebrew translations
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Nov 5, 2021
1 parent 4ea5f50 commit b0d08b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions l10n/phrases_he.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package l10n

var phrasesHE = map[string]string{
"Anonymous post": "פוסטים אנונימיים",
"Blogs": "בלוגים",
"Enter": "היכנס",
"Newer": "חדש יותר",
"Older": "ישן יותר",
"Posts": "פוסטים",
"Publish to...": "פירסום ל...",
"Publish": "פירסום",
"Read more...": "קרא עוד...",
"Subscribe": "הירשם",
"This blog requires a password.": "לבלוג זה ישנה סיסמה",
"Toggle theme": "החלפת ערכת נושא",
"View posts": "צפייה בפוסטים",
"delete": "מחיקה",
"edit": "עריכה",
"email subscription prompt": "הכנס את המייל שלך כדי לקבל לעידכונים",
"move to...": "העברה ל...",
"pin": "הצמדה",
"published with write.as": "פורסם ע''י write.as",
"share modal ending": "שלח לחברים, פרסם ברשת, או אולי צייץ את זה. למד עוד.",
"share modal introduction": "לכל פוסט יש קישור סודי ויחודי שניתן לשתף עם כל אחד. הנה הקישור:",
"share modal title": "שיתוף פוסט זה",
"share": "שיתוף",
"unpin": "ביטול הצמדה",
}
2 changes: 2 additions & 0 deletions l10n/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ func Strings(lang string) map[string]string {
return phrasesFR
case "gl":
return phrasesGL
case "he":
return phrasesHE
case "hu":
return phrasesHU
case "it":
Expand Down

0 comments on commit b0d08b0

Please sign in to comment.