Skip to content

Commit

Permalink
Merge pull request #10 from SebastianZ/issue-9
Browse files Browse the repository at this point in the history
Added some CSS related translations plus some global ones
  • Loading branch information
npny committed Apr 11, 2016
2 parents b1e3073 + e98777a commit c2325c3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/defaultRules.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
var defaultRules =
[
{
"selector": "h2",
"pattern": "Summary",
"translation": {
"fr": "Résumé",
"de": "Übersicht"
}
},
{
"selector": "h2",
"pattern": "Syntax",
Expand All @@ -15,6 +23,22 @@ var defaultRules =
"de": "Methoden"
}
},
{
"selector": "h2",
"pattern": "Values",
"translation": {
"fr": "Valeurs",
"de": "Werte"
}
},
{
"selector": "h2",
"pattern": "Formal syntax",
"translation": {
"fr": "Syntaxe formelle",
"de": "Formale Syntax"
}
},
{
"selector": "h2",
"pattern": "Examples",
Expand All @@ -23,6 +47,14 @@ var defaultRules =
"de": "Beispiele"
}
},
{
"selector": "h2",
"pattern": "Example",
"translation": {
"fr": "Exemple",
"de": "Beispiel"
}
},
{
"selector": "h2",
"pattern": "Specifications",
Expand All @@ -31,6 +63,14 @@ var defaultRules =
"de": "Spezifikationen",
}
},
{
"selector": "h2",
"pattern": "Specification",
"translation": {
"fr": "Spécification",
"de": "Spezifikation",
}
},
{
"selector": "h2",
"pattern": "Browser compatibility",
Expand Down

0 comments on commit c2325c3

Please sign in to comment.