UNPKG

react-native-ethiopian-calendar

Version:

A react native calendar component which is mainly intended for applications which require Ethiopian calendar.

26 lines (25 loc) 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLocalLabel = void 0; const getLocalLabel = language => { switch (language) { case 'AMH': return 'ቋንቋ'; case 'ENG': return 'Locals'; case 'ORM': return 'Afaan'; case 'TIR': return 'ቋንቋ'; case 'SOM': return 'Luqadda'; case 'AAR': return 'Luqadda'; default: return 'Locals'; } }; exports.getLocalLabel = getLocalLabel; //# sourceMappingURL=labels.js.map