Create resource bundle for badges
This commit is contained in:
parent
40eb445592
commit
6ee23b0186
|
@ -21,3 +21,4 @@ put.sh
|
||||||
deployer-staging.properties
|
deployer-staging.properties
|
||||||
deployer-production.properties
|
deployer-production.properties
|
||||||
deployer.log
|
deployer.log
|
||||||
|
/service/src/main/resources/org/signal/badges/Badges_*.properties
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Copyright 2021 Signal Messenger, LLC
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
#
|
||||||
|
|
||||||
|
TEST_name = Test Badge
|
||||||
|
TEST_description = {short_name} has this badge for testing purposes.
|
Loading…
Reference in New Issue