Skip to content

Commit

Permalink
Merge pull request #329 from R3voA3:misc-changes
Browse files Browse the repository at this point in the history
fixed wrong localization key
  • Loading branch information
R3voA3 authored Aug 25, 2024
2 parents 4df9033 + 2dcf8c9 commit 70369ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 115 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You can help us by adding more translations for this modification. Read below to
* Save the stringtable.xml
* Create a pull request


# [Translation Stats](https://github.com/RevoArma3/3den-Enhanced/blob/master/TRANSLATIONSTATS.md)

# [Submit a request to change a specific translation](https://github.com/R3voA3/3den-Enhanced/issues/new?assignees=&labels=translation&template=translation_correction.yml)
# See Also
1. [Translation Stats](https://github.com/RevoArma3/3den-Enhanced/blob/master/TRANSLATIONSTATS.md)
2. [Submit a request to change a specific translation](https://github.com/R3voA3/3den-Enhanced/issues/new?assignees=&labels=translation&template=translation_correction.yml)
2 changes: 1 addition & 1 deletion addons/main/attributesObject/eventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ENH_EventHandlers
{
class ENH_EventHandlers_Subcategory
{
description = "$STR_ENH_OBJECT_ATTRIBUTES_EVENT_HANDLERS";
description = "$STR_ENH_MAIN_OBJECT_ATTRIBUTES_EVENT_HANDLERS";
data = "AttributeSystemSubcategory";
control = "ENH_SubCategoryNoHeader1_Fixed";
};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10166,7 +10166,7 @@
<Spanish>Alinear con X+</Spanish>
<French>Aligner sur X+</French>
</Key>
<Key ID="STR_ENH_OBJECT_ATTRIBUTES_EVENT_HANDLERS">
<Key ID="STR_ENH_MAIN_OBJECT_ATTRIBUTES_EVENT_HANDLERS">
<English>Event Handlers are triggered upon certain events. The event handler is added where the entity is local. Event parameters are passed to it via the &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/Magic_Variables#this'&gt;_this&lt;/a&gt; variable. See &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/Arma_3:_Event_Handlers'&gt;Arma 3 - Event Handlers&lt;/a&gt; and &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/addEventHandler'&gt;addEventHandler&lt;/a&gt; for more information.</English>
<German>Event-Handler werden zu bestimmten Ereignissen ausgelöst. Der Event-Handler wird dort hinzugefügt wo die Entität lokal ist. Ereignisparamter stehen in &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/Magic_Variables#this'&gt;_this&lt;/a&gt; Variable zur Verfügung. Mehr Informationen findest du auf &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/Arma_3:_Event_Handlers'&gt;Arma 3 - Event Handlers&lt;/a&gt; and &lt;t colorLink='#e69710'&gt;&lt;a href='https://community.bistudio.com/wiki/addEventHandler'&gt;addEventHandler&lt;/a&gt;.</German>
</Key>
Expand Down
109 changes: 0 additions & 109 deletions tools/check_strings.py

This file was deleted.

0 comments on commit 70369ae

Please sign in to comment.