]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix transliteration of Bahá'í months
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 06:45:40 +0000 (23:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 06:54:49 +0000 (23:54 -0700)
* lisp/calendar/cal-bahai.el (calendar-bahai-month-name-array):
Improve quality of Latin transliteration of Bahá'í month names.

lisp/calendar/cal-bahai.el

index 180e5f927ee67c65b98feecd357e3c161631ccc3..8a2191eb07da22b5c2e82d7c1ca22ebe656f4117 100644 (file)
@@ -42,7 +42,7 @@
 ;; Váhids.  A cycle of 19 Váhids (361 years) is called a Kullu-Shay,
 ;; which means "all things".
 
-;; The calendar was named the "Badí` calendar" by its author, the Báb.
+;; The calendar was named the "Badí calendar" by its author, the Báb.
 ;; It uses a week of seven days, corresponding to the Gregorian week,
 ;; each of which has its own name, again patterned after the
 ;; attributes of God.
@@ -56,9 +56,9 @@
 (require 'calendar)
 
 (defconst calendar-bahai-month-name-array
-  ["Bahá" "Jalál" "Jamál" "`Azamat" "Núr" "Rahmat" "Kalimát" "Kamál"
-   "Asmá" "`Izzat" "Mashiyyat" "`Ilm" "Qudrat" "Qawl" "Masá'il"
-   "Sharaf" "Sultán" "Mulk" "`Alá"]
+  ["Bahá" "Jalál" "Jamál" "‘Aẓamat" "Núr" "Raḥmat" "Kalimát" "Kamál"
+   "Asmá’" "‘Izzat" "Mas̲h̲íyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il"
+   "S̲h̲araf" "Sulṭán" "Mulk" "‘Alá’"]
   "Array of the month names in the Bahá'í calendar.")
 
 (defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))