Skip to content

Commit

Permalink
Update and rename kg.js to ky.js
Browse files Browse the repository at this point in the history
Changed to ISO language code (KY)
  • Loading branch information
Chyngyz Arystan uulu authored and ichernev committed Apr 16, 2016
1 parent b1f3e76 commit a50b6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/kg.js → src/locale/ky.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js locale configuration
//! locale : kyrgyz (kg)
//! locale : kyrgyz (ky)
//! author : Chyngyz Arystan uulu : https://github.com/chyngyz


Expand Down Expand Up @@ -28,7 +28,7 @@ var suffixes = {
100: '-чү'
};

export default moment.defineLocale('kg', {
export default moment.defineLocale('ky', {
months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),
monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),
weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),
Expand Down

0 comments on commit a50b6c4

Please sign in to comment.