Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed wrong localization key #329

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading