Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 28 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
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 |
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.