Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit b5b8ad1

Browse files
author
Joshua Smith
committed
Localize manifest (#140), Update he translation
1 parent ac7fd7c commit b5b8ad1

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

locales/he/app.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bold = מודגש
88
cancel = ביטול
99
center = מרכז
1010
clear = נקה
11-
clear-recents.innerHTML = נקה רשימת אחרונים
11+
clear-recents.innerHTML = נקה רשימת מסמכים אחרונים
1212
click-compose-icon-to-create = לחץ על אייקון חיבור מסמך כדי ליצור מסמך חדש.
1313
close-document = סגור מסמך
1414
cloud = ענן

manifest.webapp

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,28 @@
1616
"256": "/style/icons/app/256.png"
1717
},
1818
"default_locale": "en-US",
19-
"locales": {
19+
"locales": {
20+
"cs": {
21+
"description": "Textový procesor pro Firefox OS"
22+
},
23+
"es": {
24+
"description": "El procesador de textos para Firefox OS"
25+
},
26+
"fr": {
27+
"description": "L'éditeur de texte pour Firefox OS"
28+
},
29+
"he": {
30+
"description": "מעבד התמלילים ל- Firefox OS"
31+
},
32+
"it": {
33+
"description": "L'editor di testo per Firefox OS"
34+
},
35+
"pl": {
36+
"description": "Procesor tekstu dla Firefox OS"
37+
},
38+
"pt-BR": {
39+
"description": "O processador de texto para Firefox OS"
40+
}
2041
},
2142
"permissions": {
2243
"device-storage:sdcard": {
@@ -31,8 +52,7 @@
3152
"filters": {
3253
"type": [
3354
"text/plain",
34-
"text/html",
35-
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
55+
"text/html"
3656
],
3757
"url": {
3858
"required": true
@@ -49,8 +69,7 @@
4969
"filters": {
5070
"type": [
5171
"text/plain",
52-
"text/html",
53-
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
72+
"text/html"
5473
],
5574
"url": {
5675
"required": true

0 commit comments

Comments
 (0)