Skip to content

Commit 6dd0901

Browse files
Pull #653 by Kohgpat - Fix translation in russian localiztion example
1 parent 04ca01d commit 6dd0901

5 files changed

+6
-7
lines changed

dist/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Requirements</h3>
126126
<h3>Version</h3>
127127
<p>Version 1.4.1</p>
128128

129-
<p>Last updated on 2013-10-15</p>
129+
<p>Last updated on 2013-10-23</p>
130130
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
131131
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
132132

@@ -443,7 +443,7 @@ <h2>Working with Localizations</h2>
443443
hourText: 'Часы',
444444
minuteText: 'Минуты',
445445
secondText: 'Секунды',
446-
currentText: 'Теперь',
446+
currentText: 'Сейчас',
447447
closeText: 'Закрыть'
448448
});
449449
</pre>
@@ -957,7 +957,6 @@ <h3 id="utility_examples">Utilities</h3>
957957
</script>
958958

959959
<script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script>
960-
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
961960

962961
<script type="text/javascript"> /*
963962
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

dist/jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-15
1+
/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
44
(function ($) {

dist/jquery-ui-timepicker-addon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/docs/i18n.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Working with Localizations</h2>
1515
hourText: 'Часы',
1616
minuteText: 'Минуты',
1717
secondText: 'Секунды',
18-
currentText: 'Теперь',
18+
currentText: 'Сейчас',
1919
closeText: 'Закрыть'
2020
});
2121
</pre>

0 commit comments

Comments
 (0)