imio.smartweb.core 1.2.33__py3-none-any.whl → 1.2.37__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- imio/smartweb/core/browser/sitemap.py +52 -48
- imio/smartweb/core/browser/utils.py +1 -2
- imio/smartweb/core/contents/rest/utils.py +99 -0
- imio/smartweb/core/contents/sections/contact/utils.py +0 -4
- imio/smartweb/core/contents/sections/external_content/configure.zcml +29 -0
- imio/smartweb/core/contents/sections/external_content/view.pt +25 -7
- imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +50 -0
- imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +91 -0
- imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +20 -0
- imio/smartweb/core/contents/sections/external_content/views.py +303 -124
- imio/smartweb/core/contents/sections/macros.pt +13 -9
- imio/smartweb/core/contents/sections/text/view.pt +1 -1
- imio/smartweb/core/interfaces.py +7 -0
- imio/smartweb/core/profiles/default/diff_tool.xml +8 -0
- imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio/smartweb/core/profiles/default/registry/plone.xml +21 -4
- imio/smartweb/core/profiles/default/repositorytool.xml +1 -0
- imio/smartweb/core/profiles/default/types/Collection.xml +13 -0
- imio/smartweb/core/profiles/default/types/File.xml +13 -0
- imio/smartweb/core/profiles/default/types/Image.xml +13 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +5 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +1 -0
- imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -1
- imio/smartweb/core/profiles/validation/contentrules.xml +102 -0
- imio/smartweb/core/profiles.zcml +8 -0
- imio/smartweb/core/tests/test_section_external_content.py +23 -23
- imio/smartweb/core/tests/test_sections.py +21 -15
- imio/smartweb/core/tests/test_sitemap.py +41 -22
- imio/smartweb/core/upgrades/configure.zcml +54 -0
- imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +8 -0
- imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +9 -0
- imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +14 -0
- imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +39 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +13 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +13 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +13 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +12 -0
- imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +12 -0
- imio/smartweb/core/viewlets/configure.zcml +10 -0
- imio/smartweb/core/viewlets/external_content.py +13 -5
- imio/smartweb/core/viewlets/odwb_widget_header.pt +19 -0
- imio/smartweb/core/viewlets/ogptags.py +1 -2
- imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +1 -0
- imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/js/209.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js.LICENSE.txt +14 -0
- imio/smartweb/core/webcomponents/build/js/674.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/804.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -0
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/utils/translation.js +2 -2
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/METADATA +38 -1
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/RECORD +86 -63
- imio/smartweb/core/webcomponents/build/css/323.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/css/392.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/css/528.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/css/647.smartweb-webcomponents-compiled.css +0 -1
- imio/smartweb/core/webcomponents/build/js/143.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +0 -1
- imio/smartweb/core/webcomponents/build/js/392.smartweb-webcomponents-compiled.js +0 -1
- imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/528.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -1
- imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +0 -1
- imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/729.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -1
- imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js +0 -2
- imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -642
- imio/smartweb/core/webcomponents/build/js/979.smartweb-webcomponents-compiled.js +0 -1
- /imio/smartweb/core/webcomponents/build/js/{9.smartweb-webcomponents-compiled.js.LICENSE.txt → 209.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio/smartweb/core/webcomponents/build/js/{143.smartweb-webcomponents-compiled.js.LICENSE.txt → 218.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio/smartweb/core/webcomponents/build/js/{493.smartweb-webcomponents-compiled.js.LICENSE.txt → 674.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio/smartweb/core/webcomponents/build/js/{144.smartweb-webcomponents-compiled.js.LICENSE.txt → 799.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- /imio.smartweb.core-1.2.33-py3.10-nspkg.pth → /imio.smartweb.core-1.2.37-py3.10-nspkg.pth +0 -0
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/WHEEL +0 -0
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.33.dist-info → imio.smartweb.core-1.2.37.dist-info}/top_level.txt +0 -0
imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt
DELETED
@@ -1,642 +0,0 @@
|
|
1
|
-
/*! Moment Duration Format v2.2.2
|
2
|
-
* https://github.com/jsmreese/moment-duration-format
|
3
|
-
* Date: 2018-02-16
|
4
|
-
*
|
5
|
-
* Duration format plugin function for the Moment.js library
|
6
|
-
* http://momentjs.com/
|
7
|
-
*
|
8
|
-
* Copyright 2018 John Madhavan-Reese
|
9
|
-
* Released under the MIT license
|
10
|
-
*/
|
11
|
-
|
12
|
-
//! Burak Yiğit Kaya: https://github.com/BYK
|
13
|
-
|
14
|
-
//! Sigurd Gartmann : https://github.com/sigurdga
|
15
|
-
|
16
|
-
//! Stephen Ramthun : https://github.com/stephenramthun
|
17
|
-
|
18
|
-
//! Author : Menelion Elensúle : https://github.com/Oire
|
19
|
-
|
20
|
-
//! author : Abdel Said : https://github.com/abdelsaid
|
21
|
-
|
22
|
-
//! author : Abdel Said: https://github.com/abdelsaid
|
23
|
-
|
24
|
-
//! author : Adam Brunner : https://github.com/adambrunner
|
25
|
-
|
26
|
-
//! author : Aggelos Karalias : https://github.com/mehiel
|
27
|
-
|
28
|
-
//! author : Ahmed Elkhatib
|
29
|
-
|
30
|
-
//! author : Alessandro Maruccia : https://github.com/alesma
|
31
|
-
|
32
|
-
//! author : Ali Hmer: https://github.com/kikoanis
|
33
|
-
|
34
|
-
//! author : Amine Roukh: https://github.com/Amine27
|
35
|
-
|
36
|
-
//! author : Anatoly Mironov : https://github.com/mirontoli
|
37
|
-
|
38
|
-
//! author : Andrew Hood : https://github.com/andrewhood125
|
39
|
-
|
40
|
-
//! author : André Silva : https://github.com/askpt
|
41
|
-
|
42
|
-
//! author : Anthony : https://github.com/anthonylau
|
43
|
-
|
44
|
-
//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
|
45
|
-
|
46
|
-
//! author : Armendarabyan : https://github.com/armendarabyan
|
47
|
-
|
48
|
-
//! author : Asraf Hossain Patoary : https://github.com/ashwoolford
|
49
|
-
|
50
|
-
//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy
|
51
|
-
|
52
|
-
//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
|
53
|
-
|
54
|
-
//! author : Bang Nguyen : https://github.com/bangnk
|
55
|
-
|
56
|
-
//! author : Ben : https://github.com/ben-lin
|
57
|
-
|
58
|
-
//! author : Bojan Marković : https://github.com/bmarkovic
|
59
|
-
|
60
|
-
//! author : Borislav Mickov : https://github.com/B0k0
|
61
|
-
|
62
|
-
//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
|
63
|
-
|
64
|
-
//! author : Chien Kira : https://github.com/chienkira
|
65
|
-
|
66
|
-
//! author : Chris Cartlidge : https://github.com/chriscartlidge
|
67
|
-
|
68
|
-
//! author : Chris Gedrim : https://github.com/chrisgedrim
|
69
|
-
|
70
|
-
//! author : Chris Lam : https://github.com/hehachris
|
71
|
-
|
72
|
-
//! author : Chyngyz Arystan uulu : https://github.com/chyngyz
|
73
|
-
|
74
|
-
//! author : Colin Dean : https://github.com/colindean
|
75
|
-
|
76
|
-
//! author : Dan Hagman : https://github.com/hagmandan
|
77
|
-
|
78
|
-
//! author : David Raison : https://github.com/kwisatz
|
79
|
-
|
80
|
-
//! author : David Rossellat : https://github.com/gholadr
|
81
|
-
|
82
|
-
//! author : Dmitry Demidov : https://github.com/demidov91
|
83
|
-
|
84
|
-
//! author : Dominika Kruk : https://github.com/amaranthrose
|
85
|
-
|
86
|
-
//! author : Ebrahim Byagowi : https://github.com/ebraminio
|
87
|
-
|
88
|
-
//! author : ElFadili Yassine : https://github.com/ElFadiliY
|
89
|
-
|
90
|
-
//! author : Emanuel Cepoi : https://github.com/cepem
|
91
|
-
|
92
|
-
//! author : Eneko Illarramendi : https://github.com/eillarra
|
93
|
-
|
94
|
-
//! author : Estelle Comment : https://github.com/estellecomment
|
95
|
-
|
96
|
-
//! author : Fahad Kassim : https://github.com/fadsel
|
97
|
-
|
98
|
-
//! author : Flakërim Ismani : https://github.com/flakerimi
|
99
|
-
|
100
|
-
//! author : Floyd Pink : https://github.com/floydpink
|
101
|
-
|
102
|
-
//! author : Gaspard Bucher : https://github.com/gaspard
|
103
|
-
|
104
|
-
//! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit
|
105
|
-
|
106
|
-
//! author : Harshad Kale : https://github.com/kalehv
|
107
|
-
|
108
|
-
//! author : Henry Kehlmann : https://github.com/madhenry
|
109
|
-
|
110
|
-
//! author : Hinrik Örn Sigurðsson : https://github.com/hinrik
|
111
|
-
|
112
|
-
//! author : Irakli Janiashvili : https://github.com/IrakliJani
|
113
|
-
|
114
|
-
//! author : Iustì Canun
|
115
|
-
|
116
|
-
//! author : JC Franco : https://github.com/jcfranco
|
117
|
-
|
118
|
-
//! author : Jacob Middag : https://github.com/middagj
|
119
|
-
|
120
|
-
//! author : Jared Morse : https://github.com/jarcoal
|
121
|
-
|
122
|
-
//! author : Jatin Agrawal : https://github.com/jatinag22
|
123
|
-
|
124
|
-
//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7
|
125
|
-
|
126
|
-
//! author : Jawish Hameed : https://github.com/jawish
|
127
|
-
|
128
|
-
//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou
|
129
|
-
|
130
|
-
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
131
|
-
|
132
|
-
//! author : Jefferson : https://github.com/jalex79
|
133
|
-
|
134
|
-
//! author : Jens Alm : https://github.com/ulmus
|
135
|
-
|
136
|
-
//! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal
|
137
|
-
|
138
|
-
//! author : John Fischer : https://github.com/jfroffice
|
139
|
-
|
140
|
-
//! author : Jon Ashdown : https://github.com/jonashdown
|
141
|
-
|
142
|
-
//! author : Jonathan Abourbih : https://github.com/jonbca
|
143
|
-
|
144
|
-
//! author : Joris Röling : https://github.com/jorisroling
|
145
|
-
|
146
|
-
//! author : Joshua Brooks : https://github.com/joshbrooks
|
147
|
-
|
148
|
-
//! author : Juan G. Hurtado : https://github.com/juanghurtado
|
149
|
-
|
150
|
-
//! author : Julio Napurí : https://github.com/julionc
|
151
|
-
|
152
|
-
//! author : Jānis Elmeris : https://github.com/JanisE
|
153
|
-
|
154
|
-
//! author : Kaushik Gandhi : https://github.com/kaushikgandhi
|
155
|
-
|
156
|
-
//! author : Kaushik Thanki : https://github.com/Kaushik1987
|
157
|
-
|
158
|
-
//! author : Konstantin : https://github.com/skfd
|
159
|
-
|
160
|
-
//! author : Krasen Borisov : https://github.com/kraz
|
161
|
-
|
162
|
-
//! author : Kridsada Thanabulpong : https://github.com/sirn
|
163
|
-
|
164
|
-
//! author : Krishna Chaitanya Thota : https://github.com/kcthota
|
165
|
-
|
166
|
-
//! author : Kristaps Karlsons : https://github.com/skakri
|
167
|
-
|
168
|
-
//! author : Kristian Sakarisson : https://github.com/sakarisson
|
169
|
-
|
170
|
-
//! author : Kruy Vanna : https://github.com/kruyvanna
|
171
|
-
|
172
|
-
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
173
|
-
|
174
|
-
//! author : LI Long : https://github.com/baryon
|
175
|
-
|
176
|
-
//! author : Lorenzo : https://github.com/aliem
|
177
|
-
|
178
|
-
//! author : Luke McGregor : https://github.com/lukemcgregor
|
179
|
-
|
180
|
-
//! author : Martin Groller : https://github.com/MadMG
|
181
|
-
|
182
|
-
//! author : Martin Minka : https://github.com/k2s
|
183
|
-
|
184
|
-
//! author : Matthew Castrillon-Madrigal : https://github.com/techdimension
|
185
|
-
|
186
|
-
//! author : Matthew Co : https://github.com/matthewdeeco
|
187
|
-
|
188
|
-
//! author : Mayank Singhal : https://github.com/mayanksinghal
|
189
|
-
|
190
|
-
//! author : Menelion Elensúle : https://github.com/Oire
|
191
|
-
|
192
|
-
//! author : Mia Nordentoft Imperatori : https://github.com/miestasmia
|
193
|
-
|
194
|
-
//! author : Mikolaj Dadela : https://github.com/mik01aj
|
195
|
-
|
196
|
-
//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
|
197
|
-
|
198
|
-
//! author : Mindaugas Mozūras : https://github.com/mmozuras
|
199
|
-
|
200
|
-
//! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac
|
201
|
-
|
202
|
-
//! author : Mohammad Satrio Utomo : https://github.com/tyok
|
203
|
-
|
204
|
-
//! author : Moshe Simantov : https://github.com/DevelopmentIL
|
205
|
-
|
206
|
-
//! author : Nader Toukabri : https://github.com/naderio
|
207
|
-
|
208
|
-
//! author : Narain Sagar : https://github.com/narainsagar
|
209
|
-
|
210
|
-
//! author : Nedim Cholich : https://github.com/frontyard
|
211
|
-
|
212
|
-
//! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies
|
213
|
-
|
214
|
-
//! author : Noureddine LOUAHEDJ : https://github.com/noureddinem
|
215
|
-
|
216
|
-
//! author : Nusret Parlak: https://github.com/nusretparlak
|
217
|
-
|
218
|
-
//! author : Oerd Cukalla : https://github.com/oerd
|
219
|
-
|
220
|
-
//! author : Onorio De J. Afonso : https://github.com/marobo
|
221
|
-
|
222
|
-
//! author : Orif N. Jr. : https://github.com/orif-jr
|
223
|
-
|
224
|
-
//! author : Peter Viszt : https://github.com/passatgt
|
225
|
-
|
226
|
-
//! author : Quentin PAGÈS : https://github.com/Quenty31
|
227
|
-
|
228
|
-
//! author : Rafal Hirsz : https://github.com/evoL
|
229
|
-
|
230
|
-
//! author : Ragnar Johannesen : https://github.com/ragnar123
|
231
|
-
|
232
|
-
//! author : Rajeev Naik : https://github.com/rajeevnaikte
|
233
|
-
|
234
|
-
//! author : Rasulbek Mirzayev : github.com/Rasulbeeek
|
235
|
-
|
236
|
-
//! author : Robert Allen : https://github.com/robgallen
|
237
|
-
|
238
|
-
//! author : Robert Sedovšek : https://github.com/sedovsek
|
239
|
-
|
240
|
-
//! author : Robin van der Vliet : https://github.com/robin0van0der0v
|
241
|
-
|
242
|
-
//! author : Rony Lantip : https://github.com/lantip
|
243
|
-
|
244
|
-
//! author : Ryan Hart : https://github.com/ryanhart2
|
245
|
-
|
246
|
-
//! author : Sampath Sitinamaluwa : https://github.com/sampathsris
|
247
|
-
|
248
|
-
//! author : Sardor Muminov : https://github.com/muminoff
|
249
|
-
|
250
|
-
//! author : Sashko Todorov : https://github.com/bkyceh
|
251
|
-
|
252
|
-
//! author : Sawood Alam : https://github.com/ibnesayeed
|
253
|
-
|
254
|
-
//! author : Shahram Mebashar : https://github.com/ShahramMebashar
|
255
|
-
|
256
|
-
//! author : Sonia Simoes : https://github.com/soniasimoes
|
257
|
-
|
258
|
-
//! author : Squar team, mysquar.com
|
259
|
-
|
260
|
-
//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
|
261
|
-
|
262
|
-
//! author : Suhail Alkowaileet : https://github.com/xsoh
|
263
|
-
|
264
|
-
//! author : Tal Ater : https://github.com/TalAter
|
265
|
-
|
266
|
-
//! author : Tan Yuanhong : https://github.com/le0tan
|
267
|
-
|
268
|
-
//! author : Tarmo Aidantausta : https://github.com/bleadof
|
269
|
-
|
270
|
-
//! author : The Discoverer : https://github.com/WikiDiscoverer
|
271
|
-
|
272
|
-
//! author : Thupten N. Chakrishar : https://github.com/vajradog
|
273
|
-
|
274
|
-
//! author : Tin Aung Lin : https://github.com/thanyawzinmin
|
275
|
-
|
276
|
-
//! author : Tomer Cohen : https://github.com/tomer
|
277
|
-
|
278
|
-
//! author : Ulrik Nielsen : https://github.com/mrbase
|
279
|
-
|
280
|
-
//! author : Valentin Agachi : https://github.com/avaly
|
281
|
-
|
282
|
-
//! author : Viktorminator : https://github.com/Viktorminator
|
283
|
-
|
284
|
-
//! author : Vivek Athalye : https://github.com/vnathalye
|
285
|
-
|
286
|
-
//! author : Vlad Gurdiga : https://github.com/gurdiga
|
287
|
-
|
288
|
-
//! author : Weldan Jamili : https://github.com/weldan
|
289
|
-
|
290
|
-
//! author : Werner Mollentze : https://github.com/wernerm
|
291
|
-
|
292
|
-
//! author : Zack : https://github.com/ZackVision
|
293
|
-
|
294
|
-
//! author : Zeno Zeng : https://github.com/zenozeng
|
295
|
-
|
296
|
-
//! author : bustta : https://github.com/bustta
|
297
|
-
|
298
|
-
//! author : chrisrodz : https://github.com/chrisrodz
|
299
|
-
|
300
|
-
//! author : forabi https://github.com/forabi
|
301
|
-
|
302
|
-
//! author : https://github.com/ryangreaves
|
303
|
-
|
304
|
-
//! author : lluchs : https://github.com/lluchs
|
305
|
-
|
306
|
-
//! author : mweimerskirch : https://github.com/mweimerskirch
|
307
|
-
|
308
|
-
//! author : petrbela : https://github.com/petrbela
|
309
|
-
|
310
|
-
//! author : sschueller : https://github.com/sschueller
|
311
|
-
|
312
|
-
//! author : suupic : https://github.com/suupic
|
313
|
-
|
314
|
-
//! author : suvash : https://github.com/suvash
|
315
|
-
|
316
|
-
//! author : topchiyev : https://github.com/topchiyev
|
317
|
-
|
318
|
-
//! author : uu109 : https://github.com/uu109
|
319
|
-
|
320
|
-
//! author : xfh : https://github.com/xfh
|
321
|
-
|
322
|
-
//! author : zemlanin : https://github.com/zemlanin
|
323
|
-
|
324
|
-
//! author : Коренберг Марк : https://github.com/socketpair
|
325
|
-
|
326
|
-
//! author: Marco : https://github.com/Manfre98
|
327
|
-
|
328
|
-
//! author: Mattia Larentis: https://github.com/nostalgiaz
|
329
|
-
|
330
|
-
//! author: Menelion Elensúle: https://github.com/Oire
|
331
|
-
|
332
|
-
//! author: Praleska: http://praleska.pro/
|
333
|
-
|
334
|
-
//! author: boyaq : https://github.com/boyaq
|
335
|
-
|
336
|
-
//! authors : Bård Rolstad Henriksen : https://github.com/karamell
|
337
|
-
|
338
|
-
//! authors : Erhan Gundogan : https://github.com/erhangundogan,
|
339
|
-
|
340
|
-
//! authors : Espen Hovlandsdal : https://github.com/rexxars
|
341
|
-
|
342
|
-
//! authors : Nurlan Rakhimzhanov : https://github.com/nurlan
|
343
|
-
|
344
|
-
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
345
|
-
|
346
|
-
//! authors : https://github.com/mechuwind
|
347
|
-
|
348
|
-
//! based on (hr) translation by Bojan Marković
|
349
|
-
|
350
|
-
//! based on work of petrbela : https://github.com/petrbela
|
351
|
-
|
352
|
-
//! comment : Vivakvo corrected the translation by colindean and miestasmia
|
353
|
-
|
354
|
-
//! comment : miestasmia corrected the translation by colindean
|
355
|
-
|
356
|
-
//! improvements : Illimar Tambek : https://github.com/ragulka
|
357
|
-
|
358
|
-
//! license : MIT
|
359
|
-
|
360
|
-
//! locale : Arabic (Tunisia) [ar-tn]
|
361
|
-
|
362
|
-
//! locale : Afrikaans [af]
|
363
|
-
|
364
|
-
//! locale : Albanian [sq]
|
365
|
-
|
366
|
-
//! locale : Arabic (Algeria) [ar-dz]
|
367
|
-
|
368
|
-
//! locale : Arabic (Kuwait) [ar-kw]
|
369
|
-
|
370
|
-
//! locale : Arabic (Libya) [ar-ly]
|
371
|
-
|
372
|
-
//! locale : Arabic (Morocco) [ar-ma]
|
373
|
-
|
374
|
-
//! locale : Arabic (Saudi Arabia) [ar-sa]
|
375
|
-
|
376
|
-
//! locale : Arabic [ar]
|
377
|
-
|
378
|
-
//! locale : Armenian [hy-am]
|
379
|
-
|
380
|
-
//! locale : Azerbaijani [az]
|
381
|
-
|
382
|
-
//! locale : Bambara [bm]
|
383
|
-
|
384
|
-
//! locale : Basque [eu]
|
385
|
-
|
386
|
-
//! locale : Belarusian [be]
|
387
|
-
|
388
|
-
//! locale : Bengali (Bangladesh) [bn-bd]
|
389
|
-
|
390
|
-
//! locale : Bengali [bn]
|
391
|
-
|
392
|
-
//! locale : Bosnian [bs]
|
393
|
-
|
394
|
-
//! locale : Breton [br]
|
395
|
-
|
396
|
-
//! locale : Bulgarian [bg]
|
397
|
-
|
398
|
-
//! locale : Burmese [my]
|
399
|
-
|
400
|
-
//! locale : Cambodian [km]
|
401
|
-
|
402
|
-
//! locale : Catalan [ca]
|
403
|
-
|
404
|
-
//! locale : Central Atlas Tamazight Latin [tzm-latn]
|
405
|
-
|
406
|
-
//! locale : Central Atlas Tamazight [tzm]
|
407
|
-
|
408
|
-
//! locale : Chinese (China) [zh-cn]
|
409
|
-
|
410
|
-
//! locale : Chinese (Hong Kong) [zh-hk]
|
411
|
-
|
412
|
-
//! locale : Chinese (Macau) [zh-mo]
|
413
|
-
|
414
|
-
//! locale : Chinese (Taiwan) [zh-tw]
|
415
|
-
|
416
|
-
//! locale : Chuvash [cv]
|
417
|
-
|
418
|
-
//! locale : Croatian [hr]
|
419
|
-
|
420
|
-
//! locale : Czech [cs]
|
421
|
-
|
422
|
-
//! locale : Danish [da]
|
423
|
-
|
424
|
-
//! locale : Dutch (Belgium) [nl-be]
|
425
|
-
|
426
|
-
//! locale : Dutch [nl]
|
427
|
-
|
428
|
-
//! locale : English (Australia) [en-au]
|
429
|
-
|
430
|
-
//! locale : English (Canada) [en-ca]
|
431
|
-
|
432
|
-
//! locale : English (India) [en-in]
|
433
|
-
|
434
|
-
//! locale : English (Ireland) [en-ie]
|
435
|
-
|
436
|
-
//! locale : English (Israel) [en-il]
|
437
|
-
|
438
|
-
//! locale : English (New Zealand) [en-nz]
|
439
|
-
|
440
|
-
//! locale : English (Singapore) [en-sg]
|
441
|
-
|
442
|
-
//! locale : English (United Kingdom) [en-gb]
|
443
|
-
|
444
|
-
//! locale : Esperanto [eo]
|
445
|
-
|
446
|
-
//! locale : Estonian [et]
|
447
|
-
|
448
|
-
//! locale : Faroese [fo]
|
449
|
-
|
450
|
-
//! locale : Filipino [fil]
|
451
|
-
|
452
|
-
//! locale : Finnish [fi]
|
453
|
-
|
454
|
-
//! locale : French (Canada) [fr-ca]
|
455
|
-
|
456
|
-
//! locale : French (Switzerland) [fr-ch]
|
457
|
-
|
458
|
-
//! locale : French [fr]
|
459
|
-
|
460
|
-
//! locale : Frisian [fy]
|
461
|
-
|
462
|
-
//! locale : Galician [gl]
|
463
|
-
|
464
|
-
//! locale : Georgian [ka]
|
465
|
-
|
466
|
-
//! locale : German (Austria) [de-at]
|
467
|
-
|
468
|
-
//! locale : German (Switzerland) [de-ch]
|
469
|
-
|
470
|
-
//! locale : German [de]
|
471
|
-
|
472
|
-
//! locale : Greek [el]
|
473
|
-
|
474
|
-
//! locale : Gujarati [gu]
|
475
|
-
|
476
|
-
//! locale : Hebrew [he]
|
477
|
-
|
478
|
-
//! locale : Hindi [hi]
|
479
|
-
|
480
|
-
//! locale : Hungarian [hu]
|
481
|
-
|
482
|
-
//! locale : Icelandic [is]
|
483
|
-
|
484
|
-
//! locale : Indonesian [id]
|
485
|
-
|
486
|
-
//! locale : Irish or Irish Gaelic [ga]
|
487
|
-
|
488
|
-
//! locale : Italian (Switzerland) [it-ch]
|
489
|
-
|
490
|
-
//! locale : Italian [it]
|
491
|
-
|
492
|
-
//! locale : Japanese [ja]
|
493
|
-
|
494
|
-
//! locale : Javanese [jv]
|
495
|
-
|
496
|
-
//! locale : Kannada [kn]
|
497
|
-
|
498
|
-
//! locale : Kazakh [kk]
|
499
|
-
|
500
|
-
//! locale : Klingon [tlh]
|
501
|
-
|
502
|
-
//! locale : Konkani Devanagari script [gom-deva]
|
503
|
-
|
504
|
-
//! locale : Konkani Latin script [gom-latn]
|
505
|
-
|
506
|
-
//! locale : Korean [ko]
|
507
|
-
|
508
|
-
//! locale : Kurdish [ku]
|
509
|
-
|
510
|
-
//! locale : Kyrgyz [ky]
|
511
|
-
|
512
|
-
//! locale : Lao [lo]
|
513
|
-
|
514
|
-
//! locale : Latvian [lv]
|
515
|
-
|
516
|
-
//! locale : Lithuanian [lt]
|
517
|
-
|
518
|
-
//! locale : Luxembourgish [lb]
|
519
|
-
|
520
|
-
//! locale : Macedonian [mk]
|
521
|
-
|
522
|
-
//! locale : Malay [ms-my]
|
523
|
-
|
524
|
-
//! locale : Malay [ms]
|
525
|
-
|
526
|
-
//! locale : Malayalam [ml]
|
527
|
-
|
528
|
-
//! locale : Maldivian [dv]
|
529
|
-
|
530
|
-
//! locale : Maltese (Malta) [mt]
|
531
|
-
|
532
|
-
//! locale : Maori [mi]
|
533
|
-
|
534
|
-
//! locale : Marathi [mr]
|
535
|
-
|
536
|
-
//! locale : Mongolian [mn]
|
537
|
-
|
538
|
-
//! locale : Montenegrin [me]
|
539
|
-
|
540
|
-
//! locale : Nepalese [ne]
|
541
|
-
|
542
|
-
//! locale : Northern Sami [se]
|
543
|
-
|
544
|
-
//! locale : Norwegian Bokmål [nb]
|
545
|
-
|
546
|
-
//! locale : Nynorsk [nn]
|
547
|
-
|
548
|
-
//! locale : Occitan, lengadocian dialecte [oc-lnc]
|
549
|
-
|
550
|
-
//! locale : Persian [fa]
|
551
|
-
|
552
|
-
//! locale : Polish [pl]
|
553
|
-
|
554
|
-
//! locale : Portuguese (Brazil) [pt-br]
|
555
|
-
|
556
|
-
//! locale : Portuguese [pt]
|
557
|
-
|
558
|
-
//! locale : Pseudo [x-pseudo]
|
559
|
-
|
560
|
-
//! locale : Punjabi (India) [pa-in]
|
561
|
-
|
562
|
-
//! locale : Romanian [ro]
|
563
|
-
|
564
|
-
//! locale : Russian [ru]
|
565
|
-
|
566
|
-
//! locale : Scottish Gaelic [gd]
|
567
|
-
|
568
|
-
//! locale : Serbian Cyrillic [sr-cyrl]
|
569
|
-
|
570
|
-
//! locale : Serbian [sr]
|
571
|
-
|
572
|
-
//! locale : Sindhi [sd]
|
573
|
-
|
574
|
-
//! locale : Sinhalese [si]
|
575
|
-
|
576
|
-
//! locale : Slovak [sk]
|
577
|
-
|
578
|
-
//! locale : Slovenian [sl]
|
579
|
-
|
580
|
-
//! locale : Spanish (Dominican Republic) [es-do]
|
581
|
-
|
582
|
-
//! locale : Spanish (Mexico) [es-mx]
|
583
|
-
|
584
|
-
//! locale : Spanish (United States) [es-us]
|
585
|
-
|
586
|
-
//! locale : Spanish [es]
|
587
|
-
|
588
|
-
//! locale : Swahili [sw]
|
589
|
-
|
590
|
-
//! locale : Swedish [sv]
|
591
|
-
|
592
|
-
//! locale : Tagalog (Philippines) [tl-ph]
|
593
|
-
|
594
|
-
//! locale : Tajik [tg]
|
595
|
-
|
596
|
-
//! locale : Talossan [tzl]
|
597
|
-
|
598
|
-
//! locale : Tamil [ta]
|
599
|
-
|
600
|
-
//! locale : Telugu [te]
|
601
|
-
|
602
|
-
//! locale : Tetun Dili (East Timor) [tet]
|
603
|
-
|
604
|
-
//! locale : Thai [th]
|
605
|
-
|
606
|
-
//! locale : Tibetan [bo]
|
607
|
-
|
608
|
-
//! locale : Turkish [tr]
|
609
|
-
|
610
|
-
//! locale : Turkmen [tk]
|
611
|
-
|
612
|
-
//! locale : Ukrainian [uk]
|
613
|
-
|
614
|
-
//! locale : Urdu [ur]
|
615
|
-
|
616
|
-
//! locale : Uyghur (China) [ug-cn]
|
617
|
-
|
618
|
-
//! locale : Uzbek Latin [uz-latn]
|
619
|
-
|
620
|
-
//! locale : Uzbek [uz]
|
621
|
-
|
622
|
-
//! locale : Vietnamese [vi]
|
623
|
-
|
624
|
-
//! locale : Welsh [cy]
|
625
|
-
|
626
|
-
//! locale : Yoruba Nigeria [yo]
|
627
|
-
|
628
|
-
//! locale : siSwati [ss]
|
629
|
-
|
630
|
-
//! moment.js
|
631
|
-
|
632
|
-
//! moment.js locale configuration
|
633
|
-
|
634
|
-
//! momentjs.com
|
635
|
-
|
636
|
-
//! note : DEPRECATED, the correct one is [ms]
|
637
|
-
|
638
|
-
//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
|
639
|
-
|
640
|
-
//! reference: http://jv.wikipedia.org/wiki/Basa_Jawa
|
641
|
-
|
642
|
-
//! version : 2.29.4
|