Skip to content

Commit 750b869

Browse files
BananeweizenCalixte
authored andcommitted
Issue #433: Fix all localization issues
* enable PDE compiler check for missing localizations in all projects * unify PDE project settings for all plugin projects * fix missing tooltip * localize all remaining non-localized strings in plugin.xml * set translatable property in all own schemas where applicable * move all localization files to the default OSGi localization property location and remove the superfluous manifest headers
1 parent 306df36 commit 750b869

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+203
-71
lines changed

docs/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,77 +15,77 @@
1515
-->
1616
<url>
1717
<loc>https://checkstyle.org/eclipse-cs/</loc>
18-
<lastmod>2023-04-08</lastmod>
18+
<lastmod>2023-04-15</lastmod>
1919
<changefreq>weekly</changefreq>
2020
</url>
2121
<url>
2222
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
23-
<lastmod>2023-04-08</lastmod>
23+
<lastmod>2023-04-15</lastmod>
2424
<changefreq>weekly</changefreq>
2525
</url>
2626
<url>
2727
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
28-
<lastmod>2023-04-08</lastmod>
28+
<lastmod>2023-04-15</lastmod>
2929
<changefreq>weekly</changefreq>
3030
</url>
3131
<url>
3232
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
33-
<lastmod>2023-04-08</lastmod>
33+
<lastmod>2023-04-15</lastmod>
3434
<changefreq>weekly</changefreq>
3535
</url>
3636
<url>
3737
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
38-
<lastmod>2023-04-08</lastmod>
38+
<lastmod>2023-04-15</lastmod>
3939
<changefreq>weekly</changefreq>
4040
</url>
4141
<url>
4242
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
43-
<lastmod>2023-04-08</lastmod>
43+
<lastmod>2023-04-15</lastmod>
4444
<changefreq>weekly</changefreq>
4545
</url>
4646
<url>
4747
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
48-
<lastmod>2023-04-08</lastmod>
48+
<lastmod>2023-04-15</lastmod>
4949
<changefreq>weekly</changefreq>
5050
</url>
5151
<url>
5252
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
53-
<lastmod>2023-04-08</lastmod>
53+
<lastmod>2023-04-15</lastmod>
5454
<changefreq>weekly</changefreq>
5555
</url>
5656
<url>
5757
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
58-
<lastmod>2023-04-08</lastmod>
58+
<lastmod>2023-04-15</lastmod>
5959
<changefreq>weekly</changefreq>
6060
</url>
6161
<url>
6262
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
63-
<lastmod>2023-04-08</lastmod>
63+
<lastmod>2023-04-15</lastmod>
6464
<changefreq>weekly</changefreq>
6565
</url>
6666
<url>
6767
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
68-
<lastmod>2023-04-08</lastmod>
68+
<lastmod>2023-04-15</lastmod>
6969
<changefreq>weekly</changefreq>
7070
</url>
7171
<url>
7272
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
73-
<lastmod>2023-04-08</lastmod>
73+
<lastmod>2023-04-15</lastmod>
7474
<changefreq>weekly</changefreq>
7575
</url>
7676
<url>
7777
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
78-
<lastmod>2023-04-08</lastmod>
78+
<lastmod>2023-04-15</lastmod>
7979
<changefreq>weekly</changefreq>
8080
</url>
8181
<url>
8282
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
83-
<lastmod>2023-04-08</lastmod>
83+
<lastmod>2023-04-15</lastmod>
8484
<changefreq>weekly</changefreq>
8585
</url>
8686
<url>
8787
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
88-
<lastmod>2023-04-08</lastmod>
88+
<lastmod>2023-04-15</lastmod>
8989
<changefreq>weekly</changefreq>
9090
</url>
9191
</urlset>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
resolve.requirebundle=false

net.sf.eclipsecs.branding/.settings/org.eclipse.pde.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compilers.p.missing-version-import-package=2
2020
compilers.p.missing-version-require-bundle=2
2121
compilers.p.no-required-att=0
2222
compilers.p.no.automatic.module=0
23-
compilers.p.not-externalized-att=2
23+
compilers.p.not-externalized-att=0
2424
compilers.p.service.component.without.lazyactivation=0
2525
compilers.p.unknown-attribute=0
2626
compilers.p.unknown-class=0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Eclipse Checkstyle
3+
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: net.sf.eclipsecs.branding
55
Bundle-Version: 10.6.0.qualifier
6-
Bundle-Vendor: Eclipse Checkstyle Project
6+
Bundle-Vendor: %Bundle-Vendor
77
Automatic-Module-Name: net.sf.eclipsecs.branding
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Properties file for net.sf.eclipsecs.branding
2+
Bundle-Name = Eclipse Checkstyle
3+
Bundle-Vendor = Eclipse Checkstyle Project
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bin.includes = META-INF/,\
22
about.ini,\
33
about.properties,\
4-
checkstyle_small.png
4+
checkstyle_small.png,\
5+
OSGI-INF/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
resolve.requirebundle=false

net.sf.eclipsecs.checkstyle/.settings/org.eclipse.pde.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compilers.p.missing-version-import-package=2
2020
compilers.p.missing-version-require-bundle=2
2121
compilers.p.no-required-att=0
2222
compilers.p.no.automatic.module=0
23-
compilers.p.not-externalized-att=2
23+
compilers.p.not-externalized-att=0
2424
compilers.p.service.component.without.lazyactivation=0
2525
compilers.p.unknown-attribute=0
2626
compilers.p.unknown-class=0

net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: Checkstyle Library
3+
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: net.sf.eclipsecs.checkstyle
55
Bundle-Version: 10.6.0.qualifier
6-
Bundle-Vendor: Eclipse Checkstyle Project
6+
Bundle-Vendor: %Bundle-Vendor
77
Bundle-ActivationPolicy: lazy
88
Bundle-RequiredExecutionEnvironment: JavaSE-11
99
Export-Package: .,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Properties file for net.sf.eclipsecs.checkstyle
2+
Bundle-Name = Checkstyle Library
3+
Bundle-Vendor = Eclipse Checkstyle Project

0 commit comments

Comments
 (0)