Skip to content

Commit

Permalink
Laser/Laserpointer - Fix localization of laser (#8885)
Browse files Browse the repository at this point in the history
Add
- `laser`: Add Hungarian translation of laser.

Fix
- `laser`: Fix capitalization of laser.
- `laserpointer`: Fix Japanese translation of laser.
  • Loading branch information
Wakbub authored May 2, 2022
1 parent b70353f commit 70641c3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/laser/initSettings.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private _category = [LELSTRING(common,categoryUncategorized), localize "str_a3_itemtype_laser"];
private _category = [LELSTRING(common,categoryUncategorized), LLSTRING(laser)];

[
QGVAR(dispersionCount), "SLIDER",
Expand Down
17 changes: 17 additions & 0 deletions addons/laser/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="Laser">
<Key ID="STR_ACE_Laser_laser">
<English>Laser</English>
<German>Laser</German>
<Polish>Laser</Polish>
<French>Laser</French>
<Russian>Лазер</Russian>
<Portuguese>Laser</Portuguese>
<Hungarian>Lézer</Hungarian>
<Spanish>Láser</Spanish>
<Czech>Laser</Czech>
<Italian>Laser</Italian>
<Japanese>レーザー</Japanese>
<Korean>레이저</Korean>
<Chinesesimp>激光</Chinesesimp>
<Chinese>雷射</Chinese>
<Turkish>Lazer</Turkish>
</Key>
<Key ID="STR_ACE_Laser_dispersionCount_displayName">
<English>Laser Dispersion Simulation Count</English>
<Japanese>レーザーの分散シミュレート数</Japanese>
Expand Down
2 changes: 1 addition & 1 deletion addons/laserpointer/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<Hungarian>Lézer</Hungarian>
<Czech>Laser</Czech>
<Portuguese>Laser</Portuguese>
<Japanese>レーザ</Japanese>
<Japanese>レーザー</Japanese>
<Korean>레이저</Korean>
<Chinesesimp>激光</Chinesesimp>
<Chinese>雷射</Chinese>
Expand Down

0 comments on commit 70641c3

Please sign in to comment.