Skip to content

Instantly share code, notes, and snippets.

@david206
Created May 18, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david206/bac21941c158ed5524837c73e05bb12d to your computer and use it in GitHub Desktop.
Save david206/bac21941c158ed5524837c73e05bb12d to your computer and use it in GitHub Desktop.
translate the bible books names from English to Hebrew
{
'Genesis': 'בראשית',
'Exodus': 'שמות',
'Leviticus': 'ויקרא',
'Numbers': 'במדבר',
'Deuteronomy': 'דברים',
'Joshua': 'יהושע',
'Judges': 'שופטים',
'I Samuel': 'שמואל א',
'II Samuel': 'שמואל ב',
'I Kings': 'מלכים א',
'II Kings': 'מלכים ב',
'Isaiah': 'ישעיה',
'Jeremiah': 'ירמיה',
'Ezekiel': 'יחזקאל',
'Hosea': 'הושע',
'Joel': 'יואל',
'Amos': 'עמוס',
'Obadiah': 'עובדיה',
'Yona': 'יונה',
'Micah': 'מיכה',
'Nahum': 'נחום',
'Habakkuk': 'חבקוק',
'Zephaniah': 'צפניה',
'Haggai': 'חגי',
'Zechariah': 'זכריה',
'Malachi': 'מלאכי',
'Psalms': 'תהילים',
'Proverbs': 'משלי',
'Job': 'איוב',
'Song of Songs': 'שיר השירים',
'Ruth': 'רות',
'Lamentations': 'איכה',
'Ecclesiastes': 'קהלת',
'Esther': 'אסתר',
'Daniel': 'דניאל',
'Ezra': 'עזרא',
'Nehemiah': 'נחמיה',
'I Chronicles': 'דברי הימים א',
'II Chronicles': 'דברי הימים ב',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment