Skip to content

Commit

Permalink
273 name encapsulation (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: snixtho <[email protected]>
  • Loading branch information
araszka and snixtho authored Aug 18, 2024
1 parent 895bdf2 commit 7c4c5e9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/Modules/MapsModule/Localization.resx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<value>Map with ID {0} could not be found.</value>
</data>
<data name="MapAddedSuccessfully" xml:space="preserve">
<value>Added {0} by $&lt;{1}$&gt; to the server.</value>
<value>Added $&lt;{0}$&gt; by $&lt;{1}$&gt; to the server.</value>
</data>
<data name="MapRemovedSuccessfully" xml:space="preserve">
<value>Removed {0} by $&lt;{1}$&gt; from the server.</value>
<value>Removed $&lt;{0}$&gt; by $&lt;{1}$&gt; from the server.</value>
</data>
<data name="Audit.MapAdded" xml:space="preserve">
<value>Map was added.</value>
Expand Down
2 changes: 1 addition & 1 deletion src/Modules/MatchManagerModule/Localization.resx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<value>{0} Available modes: $fff{1}</value>
</data>
<data name="LoadedMatchSettings" xml:space="preserve">
<value>{0} loaded match settings: {1}</value>
<value>$&lt;{0}$&gt; loaded match settings: {1}</value>
</data>
<data name="CannotFindMatchSettings" xml:space="preserve">
<value>Cannot find MatchSettings named '{0}'.</value>
Expand Down
3 changes: 0 additions & 3 deletions src/Modules/MatchReadyModule/Localization.resx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TestValue" xml:space="preserve">
<value>Hello {0}</value>
</data>
</root>
3 changes: 0 additions & 3 deletions src/Modules/MatchTrackerModule/Localization.resx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TestValue" xml:space="preserve">
<value>Hello {0}</value>
</data>
</root>
3 changes: 0 additions & 3 deletions src/Modules/MotdModule/Localization.resx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TestValue" xml:space="preserve">
<value>Hello {0}</value>
</data>
</root>

0 comments on commit 7c4c5e9

Please sign in to comment.