Skip to content

Commit 06290d5

Browse files
authored
Remove the non-localizable resources
Both Czech and French has a resource in template that wasn't meant to be localized. The PR removes it.
1 parent e5d31d8 commit 06290d5

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Rubberduck.Resources/Templates.cs.resx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,10 @@
120120
<data name="PredeclaredClassModule_Caption" xml:space="preserve">
121121
<value>Předdeklarovaný modul Třídy (.cls)</value>
122122
</data>
123-
<data name="PredeclaredClassModule_Code" xml:space="preserve">
124-
<value>VERSION 1.0 CLASS
125-
BEGIN
126-
MultiUse = -1 'True
127-
END
128-
Attribute VB_GlobalNameSpace = False
129-
Attribute VB_Creatable = False
130-
Attribute VB_PredeclaredId = True
131-
Attribute VB_Exposed = False
132-
Attribute VB_Ext_KEY = "Rubberduck", "Predeclared Class Module"
133-
134-
Option Explicit</value>
135-
</data>
136123
<data name="PredeclaredClassModule_Name" xml:space="preserve">
137124
<value>Předdeklarovaný modul Třídy</value>
138125
</data>
139126
<data name="PredeclaredClassModule_Description" xml:space="preserve">
140127
<value>Přidá modul třídy, který je předdeklarovaný a může být tedy použit bez nutnosti do něj napsat hlavičku.</value>
141128
</data>
142-
</root>
129+
</root>

0 commit comments

Comments
 (0)