[gtksourceview] language-specs: remove old comments for translators



commit f3847972bb2e37315b276dbd25586a8b15ed9058
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Sep 6 17:36:15 2017 +0200

    language-specs: remove old comments for translators
    
    The strings are no longer translatable, see the previous commit.

 data/language-specs/changelog.lang |    1 -
 data/language-specs/csharp.lang    |    1 -
 data/language-specs/css.lang       |    1 -
 data/language-specs/desktop.lang   |    2 --
 data/language-specs/fsharp.lang    |    1 -
 data/language-specs/java.lang      |    2 --
 data/language-specs/makefile.lang  |    2 --
 data/language-specs/ruby.lang      |    1 -
 8 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/data/language-specs/changelog.lang b/data/language-specs/changelog.lang
index fc21f72..e9d3b54 100644
--- a/data/language-specs/changelog.lang
+++ b/data/language-specs/changelog.lang
@@ -30,7 +30,6 @@
 
   <styles>
     <style id="date" name="Date" map-to="def:number"/>
-    <!-- Translators: the name of a person, not an object. -->
     <style id="name" name="Name" map-to="def:statement"/>
     <style id="email" name="E-mail address" map-to="def:identifier"/>
     <style id="file" name="File" map-to="def:comment"/>
diff --git a/data/language-specs/csharp.lang b/data/language-specs/csharp.lang
index 1016911..9ec22f6 100644
--- a/data/language-specs/csharp.lang
+++ b/data/language-specs/csharp.lang
@@ -39,7 +39,6 @@
     <style id="string" name="String" map-to="def:string"/>
     <style id="char" name="Character" map-to="def:character"/>
     <style id="escaped-character" name="Escaped Character" map-to="def:special-char"/>
-    <!-- Translators: this is a format that appears in the strings -->
     <style id="format" name="String Format" map-to="def:special-char"/>
     <style id="keyword" name="Keyword" map-to="def:keyword"/>
     <style id="preprocessor" name="Preprocessor" map-to="def:preprocessor"/>
diff --git a/data/language-specs/css.lang b/data/language-specs/css.lang
index 3ef6415..f191d34 100644
--- a/data/language-specs/css.lang
+++ b/data/language-specs/css.lang
@@ -50,7 +50,6 @@
     <style id="color"                 name="Color"                 map-to="def:base-n-integer"/>
     <style id="others-3"              name="Others 3"/>
     <style id="function"              name="Function"              map-to="def:function"/>
-    <!-- Translator: it is a type of number -->
     <style id="decimal"               name="Decimal"               map-to="def:decimal"/>
     <style id="dimension"             name="Dimension"             map-to="def:floating-point"/>
     <style id="property-values"       name="Property Value"        map-to="def:constant"/>
diff --git a/data/language-specs/desktop.lang b/data/language-specs/desktop.lang
index 6933a7a..c06cd76 100644
--- a/data/language-specs/desktop.lang
+++ b/data/language-specs/desktop.lang
@@ -30,8 +30,6 @@
 
   <styles>
     <style id="group" name="Group" map-to="def:keyword"/>
-    <!-- Translators: "Key" here means key value, that is the left hand
-         side in a myoption=something line in a .desktop file -->
     <style id="key" name="Key" map-to="def:type"/>
     <style id="language" name="Translation" map-to="def:decimal"/>
     <style id="number" name="Number" map-to="def:floating-point"/>
diff --git a/data/language-specs/fsharp.lang b/data/language-specs/fsharp.lang
index c2effdd..b2f575d 100644
--- a/data/language-specs/fsharp.lang
+++ b/data/language-specs/fsharp.lang
@@ -42,7 +42,6 @@
     <style id="label" name="Labeled argument" map-to="def:type"/>
     <style id="poly-variant" name="Polymorphic Variant" map-to="def:type"/>
     <style id="variant" name="Variant Constructor" map-to="def:type"/>
-    <!-- Translators: this is a specific variable called Type -->
     <style id="type-var" name="Type Variable" map-to="def:type"/>
     <style id="module" name="Module Path" map-to="def:type"/>
     <style id="escape" name="Escaped Character" map-to="def:special-char"/>
diff --git a/data/language-specs/java.lang b/data/language-specs/java.lang
index 081b65d..42c768d 100644
--- a/data/language-specs/java.lang
+++ b/data/language-specs/java.lang
@@ -35,8 +35,6 @@
     <style id="escaped-character" name="Escaped Character"         map-to="def:special-char"/>
     <style id="string"            name="String"                    map-to="def:string"/>
     <style id="char"              name="Character"                 map-to="def:character"/>
-    <!-- Translators: refered to some specific keywords of the language that
-         allow to get external functionalities -->
     <style id="external"          name="External"                  map-to="def:preprocessor"/>
     <style id="declaration"       name="Declaration"               map-to="def:type"/>
     <style id="storage-class"     name="Storage Class"             map-to="def:type"/>
diff --git a/data/language-specs/makefile.lang b/data/language-specs/makefile.lang
index 36ee3d1..a0cbd49 100644
--- a/data/language-specs/makefile.lang
+++ b/data/language-specs/makefile.lang
@@ -33,8 +33,6 @@
     <style id="targets"         name="targets" map-to="def:function"/>
     <style id="prereq"          name="prereq"/>
     <style id="command"         name="command"/>
-    <!-- Translators: Trailing Tabs refers to tabulation characters present at
-         the end of the line -->
     <style id="trailing-tab"    name="Trailing Tab"/>
     <style id="function"        name="function" map-to="def:function"/>
     <style id="keyword"         name="keyword" map-to="def:keyword"/>
diff --git a/data/language-specs/ruby.lang b/data/language-specs/ruby.lang
index e021cb9..ed08572 100644
--- a/data/language-specs/ruby.lang
+++ b/data/language-specs/ruby.lang
@@ -44,7 +44,6 @@
     <style id="numeric-literal"      name="Numeric literal"       map-to="def:base-n-integer"/>
     <style id="string"               name="String"                map-to="def:string"/>
     <style id="literal"              name="Literal"               map-to="def:special-char"/>
-    <!-- Translators: functions that are provided in the language -->
     <style id="builtin"              name="Builtin"               map-to="def:type"/>
     <style id="constant"             name="Constant"              map-to="def:type"/>
     <style id="symbol"               name="Symbol"                map-to="def:string"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]