Skip to content

Commit dcc7eca

Browse files
committed
update assets
1 parent 34c77bf commit dcc7eca

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module BootstrapWysihtml5Rails
22
module Rails
3-
VERSION = "0.3.1.14"
3+
VERSION = "0.3.1.15"
44
end
55
end

vendor/assets/javascripts/bootstrap-wysihtml5/locales/nb-NB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
orange: "Oransj"
4747
}
4848
};
49-
ø(jQuery));
49+
}(jQuery));
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/**
2+
* Turkish translation for bootstrap-wysihtml5
3+
*/
4+
(function($){
5+
$.fn.wysihtml5.locale["tr-TR"] = {
6+
font_styles: {
7+
normal: "Normal",
8+
h1: "Başlık 1",
9+
h2: "Başlık 2",
10+
h3: "Başlık 3"
11+
},
12+
emphasis: {
13+
bold: "Kalın",
14+
italic: "İtalik",
15+
underline: "Altı Çizili"
16+
},
17+
lists: {
18+
unordered: "Sırasız Liste",
19+
ordered: "Sıralı Liste",
20+
outdent: "Girintiyi Azalt",
21+
indent: "Girintiyi Arttır"
22+
},
23+
link: {
24+
insert: "Ekle",
25+
cancel: "Vazgeç"
26+
},
27+
image: {
28+
insert: "Ekle",
29+
cancel: "Vazgeç"
30+
},
31+
html: {
32+
edit: "HTML Göster"
33+
},
34+
colours: {
35+
black: "Siyah",
36+
silver: "Gümüş",
37+
gray: "Gri",
38+
maroon: "Vişne Çürüğü",
39+
red: "Kırmızı",
40+
purple: "Pembe",
41+
green: "Yeşil",
42+
olive: "Zeytin Yeşili",
43+
navy: "Lacivert",
44+
blue: "Mavi",
45+
orange: "Turuncu"
46+
}
47+
};
48+
}(jQuery));

0 commit comments

Comments
 (0)