Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring and improvements #52

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
db7f9be
Dutch translations
Jun 13, 2013
39e1165
Simplified the locale file format, and applied it to the English (en-…
Jun 13, 2013
4e2905e
kendo.hu-HU.js hungarian localization
janez89 Jun 25, 2013
bb2959c
Fixing hard coded translation of Filter/Clear
DonKarlssonSan Jun 28, 2013
7063ff9
Fixing typos in readme.md
DonKarlssonSan Jun 28, 2013
fe3d691
credits for Hungarian translation
loudenvier Jul 2, 2013
85b94ad
Added Lang fr-FR, nl-BE
jvanderbiest Jul 3, 2013
d249d8f
Create kendo.fr-CA.js
Jul 5, 2013
2c6beae
Credits to Martin for French Canadian
loudenvier Jul 8, 2013
94d56db
credits for fr-FR and nl-BE to jvanderbiest
loudenvier Jul 8, 2013
6acc0b1
Arabic Translations
urbanknight Jul 18, 2013
bafc561
Update kendo.ar-JO.js
urbanknight Jul 25, 2013
e881bd6
Update kendo.fa-IR.js
salarcode Aug 2, 2013
6ed7f57
Create kendo.es_PA.js
bmunoz26 Sep 3, 2013
a6adb27
Correction misspelling - kendo.pt-BR.js
Sep 10, 2013
7da8196
Update kendo.ru-RU.js
Pyatakov Sep 27, 2013
7d89141
Spain's Spanish translation.
i0i0 Oct 1, 2013
ef0dddf
Added script file for Romanian language.
ion-sapoval Oct 6, 2013
c55df44
credits
loudenvier Oct 8, 2013
da5b9d7
Corrected a couple of typos
linnet Nov 6, 2013
7d9d236
credits
loudenvier Nov 6, 2013
4884c77
Create kendo.sk-SK.js
Nov 14, 2013
b92cd0e
normalized filenames per tea2code suggestion
loudenvier Dec 13, 2013
65d35a8
update pt-BR sample to use 2013.2.716 for testing purposes
loudenvier Dec 13, 2013
de5249f
credits for sk-SK
loudenvier Dec 13, 2013
0cac9a4
Update es-ES and es-MX with 2013 Q3 changes
joebordes Dec 28, 2013
00f1326
Create Kendo.GB.js
Simba-Mupfunya Jan 7, 2014
2e75f05
Revert "Create Kendo.GB.js"
Simba-Mupfunya Jan 7, 2014
48f7408
Create Kendo.GB.js
Simba-Mupfunya Jan 7, 2014
2d8d844
Updated to kendo version v2013.3.1316
notjulian Jan 24, 2014
3a8ca4b
update es-ES, es-MX and es-EC to v2013.3.1316
joebordes Jan 24, 2014
a5e6619
credits
loudenvier Jan 25, 2014
b1d91f5
Added script for Croatian hr-HR
nixa333 Jan 27, 2014
299f8cc
credits
loudenvier Jan 27, 2014
6645e3b
Refactoring and improvements
Jan 31, 2014
3dc35c1
Refactoring and improvements
Jan 31, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing hard coded translation of Filter/Clear
The translation of Clear for the filter was hard coded to "Cancelar" in
the demo.

I made this fix for English and Swedish in commit 7005ea2. This is for
the rest of the translations.

Also removing demo\swe.html which was added by mistake.
  • Loading branch information
DonKarlssonSan authored and Mark Lagendijk committed Jan 31, 2014
commit bb2959ceedacfb8b0c27efb4b7261f1923f9137e
6 changes: 1 addition & 5 deletions demo/kendo_global.da-DK.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.de-DE.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.es-EC.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.es-MX.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.fa-IR.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.it-IT.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.pt-BR.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.pt-PT.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
6 changes: 1 addition & 5 deletions demo/kendo_global.zh-CN.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@ <h3>Book Tickets</h3>
data: createRandomData(50),
pageSize: 10
},
filterable: {
messages: {
clear: "Cancelar"
}
},
filterable: true,
columnMenu: true,
groupable: true,
sortable: true,
Expand Down
258 changes: 0 additions & 258 deletions demo/swe.html

This file was deleted.