Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaaf50b6

Browse files
committed
Fixup release complaints
1 parent26f4aef commitaaf50b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎src/locale/sr-cyrl.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ var translator = {
3131
returnwordKey[2];
3232
},
3333
translate:function(number,withoutSuffix,key,isFuture){
34-
varwordKey=translator.words[key];
34+
varwordKey=translator.words[key],
35+
word;
3536

3637
if(key.length===1){
3738
// Nominativ
3839
if(key==='y'&&withoutSuffix)return'једна година';
3940
returnisFuture||withoutSuffix ?wordKey[0] :wordKey[1];
4041
}
4142

42-
varword=translator.correctGrammaticalCase(number,wordKey);
43+
word=translator.correctGrammaticalCase(number,wordKey);
4344
// Nominativ
4445
if(key==='yy'&&withoutSuffix&&word==='годину'){
4546
returnnumber+' година';

‎src/locale/sr.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ var translator = {
3131
returnwordKey[2];
3232
},
3333
translate:function(number,withoutSuffix,key,isFuture){
34-
varwordKey=translator.words[key];
34+
varwordKey=translator.words[key],
35+
word;
3536

3637
if(key.length===1){
3738
// Nominativ
3839
if(key==='y'&&withoutSuffix)return'jedna godina';
3940
returnisFuture||withoutSuffix ?wordKey[0] :wordKey[1];
4041
}
4142

42-
varword=translator.correctGrammaticalCase(number,wordKey);
43+
word=translator.correctGrammaticalCase(number,wordKey);
4344
// Nominativ
4445
if(key==='yy'&&withoutSuffix&&word==='godinu'){
4546
returnnumber+' godina';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp