File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ( function ( factory ) {
2+ if ( typeof define === 'function' && define . amd ) {
3+ define ( [ 'jquery' ] , factory ) ;
4+ } else if ( typeof module === 'object' && typeof module . exports === 'object' ) {
5+ factory ( require ( 'jquery' ) ) ;
6+ } else {
7+ factory ( jQuery ) ;
8+ }
9+ } ( function ( jQuery ) {
10+ // English (Template) -> Esperanto
11+ jQuery . timeago . settings . strings = {
12+ prefixAgo : "antaŭ" ,
13+ prefixFromNow : null ,
14+ suffixAgo : null ,
15+ suffixFromNow : "de nun" ,
16+ seconds : "malpli ol minuto" ,
17+ minute : "ĉirkaŭ uno minuto" ,
18+ minutes : "%d minutoj" ,
19+ hour : "ĉirkaŭ uno horo" ,
20+ hours : "ĉirkaŭ %d horojn" ,
21+ day : "ĉirkaŭ tago" ,
22+ days : "%d tagoj" ,
23+ month : "ĉirkaŭ unu monato" ,
24+ months : "%d monatoj" ,
25+ year : "ĉirkaŭ unu jaro" ,
26+ years : "%d jaroj" ,
27+ wordSeparator : " " ,
28+ numbers : [ ]
29+ } ;
30+ } ) ) ;
You can’t perform that action at this time.
0 commit comments