Add additional test badges for translation
This commit is contained in:
parent
537d61d5bd
commit
2bc573a53d
|
@ -22,4 +22,4 @@ deployer-staging.properties
|
||||||
deployer-production.properties
|
deployer-production.properties
|
||||||
deployer.log
|
deployer.log
|
||||||
/service/src/main/resources/org/signal/badges/Badges_*.properties
|
/service/src/main/resources/org/signal/badges/Badges_*.properties
|
||||||
.tx/
|
/.tx/config
|
||||||
|
|
|
@ -5,3 +5,12 @@
|
||||||
|
|
||||||
TEST_name = Test Badge
|
TEST_name = Test Badge
|
||||||
TEST_description = {short_name} has this badge for testing purposes.
|
TEST_description = {short_name} has this badge for testing purposes.
|
||||||
|
|
||||||
|
TEST1_name = Test Badge Alpha
|
||||||
|
TEST1_description = {short_name} is testing the alpha test badge.
|
||||||
|
|
||||||
|
TEST2_name = Test Badge Beta
|
||||||
|
TEST2_description = {short_name} is testing the beta test badge.
|
||||||
|
|
||||||
|
TEST3_name = Test Badge Gamma
|
||||||
|
TEST3_description = {short_name} is testing the gamma test badge.
|
||||||
|
|
Loading…
Reference in New Issue