8000 Add Mixed gamemode as translatable component by CoWinkKeyDinkInc · Pull Request #902 · PGMDev/PGM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Mixed gamemode as translatable component #902

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

Merged
merged 1 commit into from
Jul 17, 2021
Merged
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
4 changes: 4 additions & 0 deletions util/src/main/i18n/templates/gamemode.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gamemode.arcade.name = Arcade

gamemode.ffa.name = Free for All

gamemode.mixed.name = Mixed

gamemode.generic.acronym = Objectives

gamemode.dtc.acronym = DTC
Expand Down Expand Up @@ -70,6 +72,8 @@ gamemode.arcade.acronym = Arcade

gamemode.ffa.acronym = FFA

gamemode.mixed.acronym = Mixed

objective.name.monument = Monument

objective.name.antenna = Antenna
Expand Down
0