From 2bc573a53dfff886318a859197f5e558b25e0ac6 Mon Sep 17 00:00:00 2001 From: Ehren Kret Date: Fri, 17 Sep 2021 10:30:57 -0500 Subject: [PATCH] Add additional test badges for translation --- .gitignore | 2 +- .../main/resources/org/signal/badges/Badges.properties | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11bd384c3..c6708895c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ deployer-staging.properties deployer-production.properties deployer.log /service/src/main/resources/org/signal/badges/Badges_*.properties -.tx/ +/.tx/config diff --git a/service/src/main/resources/org/signal/badges/Badges.properties b/service/src/main/resources/org/signal/badges/Badges.properties index 3449b45b8..6b4804f21 100644 --- a/service/src/main/resources/org/signal/badges/Badges.properties +++ b/service/src/main/resources/org/signal/badges/Badges.properties @@ -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.