Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Hours, minutes, seconds: short added
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalymak committed Aug 7, 2014
1 parent 91eaf67 commit 21b23e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/en/en.js
Expand Up @@ -12,6 +12,10 @@ var TRANSLATIONS = {
"Previous": "",
"Next": "",

"h.": "", // hours, short
"m.": "", // minuts, short
"s.": "", // seconds, short

// datepicker
"Close": "",
"Prev": "",
Expand Down
4 changes: 4 additions & 0 deletions lang/ru/ru.js
Expand Up @@ -12,6 +12,10 @@ var TRANSLATIONS = {
"Previous": "Назад",
"Next": "Вперед",

"h.": "ч.", // hours, short
"m.": "м.", // minuts, short
"s.": "с.", // seconds, short

// datepicker
"Close": "Закрыть",
"Prev": "Пред",
Expand Down
4 changes: 4 additions & 0 deletions lang/sk/sk.js
Expand Up @@ -12,6 +12,10 @@ var TRANSLATIONS = {
"Previous": "Späť",
"Next": "Ďalší",

"h.": "", // hours, short
"m.": "", // minuts, short
"s.": "", // seconds, short

// datepicker
"Close": "Zatvoriť",
"Prev": "Predchadzajúci",
Expand Down

0 comments on commit 21b23e7

Please sign in to comment.