l10n/be.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 28
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 27
mnd 0
bc 0
fnc 0
dl 0
loc 28
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "analytics",
3
    {
4
    "Delete" : "Delete",
5
    "OK" : "OK",
6
    "Cancel" : "Cancel",
7
    "Add" : "Add",
8
    "Remove from favorites" : "Remove from favorites",
9
    "Add to favorites" : "Add to favorites",
10
    "Share" : "Падзяліцца",
11
    "Share link" : "Share link",
12
    "Type" : "Type",
13
    "Notification" : "Абвестка",
14
    "Date" : "Date",
15
    "Search" : "Search",
16
    "Yes" : "Yes",
17
    "No" : "No",
18
    "copy" : "капіяваць",
19
    "Password" : "Password",
20
    "Favorites" : "Favorites",
21
    "Settings" : "Налады",
22
    "Title" : "Title",
23
    "Copy" : "Капіяваць",
24
    "Daily" : "Штодзень",
25
    "Hourly" : "Штогадзіну",
26
    "Password protection" : "Password protection"
27
},
28
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
29