------------------------------------------------------------ revno: 15011 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Sun 2014-04-27 13:09:25 +0545 message: minor fix modified: dhis-2/dhis-services/dhis-service-i18n/src/main/resources/i18n_global.properties
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-i18n/src/main/resources/i18n_global.properties' --- dhis-2/dhis-services/dhis-service-i18n/src/main/resources/i18n_global.properties 2014-04-27 07:19:41 +0000 +++ dhis-2/dhis-services/dhis-service-i18n/src/main/resources/i18n_global.properties 2014-04-27 07:24:25 +0000 @@ -280,31 +280,33 @@ weekday.short.sunday=Sun #-- Nepali Calendar Month/Day names -------------------------------------------# -nepali.month.january=Chaitra -nepali.month.february=Baishakh -nepali.month.march=Jetha -nepali.month.april=Asar -nepali.month.may=Saaun -nepali.month.june=Bhadau -nepali.month.july=Asoj -nepali.month.august=Kartik -nepali.month.september=Mangsir -nepali.month.october=Paush -nepali.month.november=Magh -nepali.month.december=Phalgun - -nepali.month.short.january=Chaitra -nepali.month.short.february=Baishakh -nepali.month.short.march=Jetha -nepali.month.short.april=Asar -nepali.month.short.may=Saaun -nepali.month.short.june=Bhadau -nepali.month.short.july=Asoj -nepali.month.short.august=Kartik -nepali.month.short.september=Mangsir -nepali.month.short.october=Paush -nepali.month.short.november=Magh -nepali.month.short.december=Phalgun + +# The keys for months are still based on ISO 8601, the ordering is correct, but the key names are not. Jan-Dec -> 1-12. # +nepali.month.january=Baishak +nepali.month.february=Jestha +nepali.month.march=Asar +nepali.month.april=Shrawan +nepali.month.may=Bhadra +nepali.month.june=Ashwin +nepali.month.july=Kartik +nepali.month.august=Mangsir +nepali.month.september=Poush +nepali.month.october=Magh +nepali.month.november=Falgun +nepali.month.december=Chaitra + +nepali.month.short.january=Baishak +nepali.month.short.february=Jestha +nepali.month.short.march=Asar +nepali.month.short.april=Shrawan +nepali.month.short.may=Bhadra +nepali.month.short.june=Ashwin +nepali.month.short.july=Kartik +nepali.month.short.august=Mangsir +nepali.month.short.september=Poush +nepali.month.short.october=Magh +nepali.month.short.november=Falgun +nepali.month.short.december=Chaitra nepali.weekday.monday=Monday nepali.weekday.tuesday=Tuesday
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

