Skip to content

Commit

Permalink
Fix polish translation file error
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Oct 24, 2024
1 parent b0ca3eb commit 79624e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ authority = "diwako_anomalies"

[hemtt.release]
folder = "diwako_anomalies"

[lints.stringtables.sorted]
enabled = false
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 2
#define MINOR 0
#define PATCHLVL 2
#define PATCHLVL 3
#define BUILD 0
2 changes: 1 addition & 1 deletion addons/main/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<Key ID="STR_anomaly_comet_marker_desc">
<Original>Uses markers with the same name and running number as path creation. This will loop! Example &quot;marker_&quot; for all markers like &quot;marker_0&quot;, &quot;marker_1&quot;, &quot;marker_2&quot; and so on.</Original>
<English>Uses markers with the same name and running number as path creation. This will loop! Example &quot;marker_&quot; for all markers like &quot;marker_0&quot;, &quot;marker_1&quot;, &quot;marker_2&quot; and so on.</English>
<Polish>Wykorzystuje markery z tą samą nazwą i kolejnymi numerami do stworzenia ścieżki. Ścieżka będzie zapętlona! Przykład: &quot;marker_&quot_; dla wszystkich markerów, np. &quot;marker_0&quot;, &quot;marker_1&quot;, &quot;marker_2&quot; i tak dalej.</Polish>
<Polish>Wykorzystuje markery z tą samą nazwą i kolejnymi numerami do stworzenia ścieżki. Ścieżka będzie zapętlona! Przykład: &quot;marker_&quot; dla wszystkich markerów, np. &quot;marker_0&quot;, &quot;marker_1&quot;, &quot;marker_2&quot; i tak dalej.</Polish>
</Key>
<Key ID="STR_anomaly_comet_speed">
<Original>Speed</Original>
Expand Down

0 comments on commit 79624e1

Please sign in to comment.