Add additional test badges for translation

This commit is contained in:
Ehren Kret 2021-09-17 10:30:57 -05:00
parent 537d61d5bd
commit 2bc573a53d
2 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -22,4 +22,4 @@ deployer-staging.properties
deployer-production.properties
deployer.log
/service/src/main/resources/org/signal/badges/Badges_*.properties
.tx/
/.tx/config

View File

@ -5,3 +5,12 @@
TEST_name = Test Badge
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.