Skip to content

Commit

Permalink
ethiopic month names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpirie committed May 6, 2017
1 parent c0b7e44 commit ea61214
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/src/main/java/com/hundaol/ethiopic/cal/EthiopicCal.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ public class EthiopicCal extends AbstractCal {
public static final EthiopicCal INSTANCE = new EthiopicCal();

public static final char[][] MONTH_NAMES = {
"M01".toCharArray(),
"M02".toCharArray(),
"M03".toCharArray(),
"M04".toCharArray(),
"M05".toCharArray(),
"M06".toCharArray(),
"M07".toCharArray(),
"M08".toCharArray(),
"M09".toCharArray(),
"M10".toCharArray(),
"M11".toCharArray(),
"M12".toCharArray(),
"M13".toCharArray()
"Mäskäräm".toCharArray(),
"Ṭəqəmt".toCharArray(),
"Ḫədar".toCharArray(),
"Taḫśaś".toCharArray(),
"Ṭərr".toCharArray(),
"Yäkatit".toCharArray(),
"Mägabit".toCharArray(),
"Miyazya".toCharArray(),
"Gənbot".toCharArray(),
"Säne".toCharArray(),
"Ḥamle".toCharArray(),
"Nähase".toCharArray(),
"Ṗagume".toCharArray()
};

private EthiopicCal() {
Expand Down

0 comments on commit ea61214

Please sign in to comment.