Skip to content

Commit 772f717

Browse files
author
Lukas Bloder
committed
[PUBOP16-62] fix missing translation
1 parent 92b28d7 commit 772f717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/res/values-de/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
<!-- end feature Rss Feed -->
1212

1313
<string name="browser_title_homepage">Publiss Website</string>
14+
<string name="login_external_link_bottom_text"></string> <!--hidden, if empty-->
1415
</resources>

app/src/main/res/values/publiss_config.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
<bool name="showRegisterInApp">false</bool>
5050

5151
<!--feature login: additional external link below forgot password and register-->
52-
<string name="login_external_link_bottom_text"></string> <!--hidden, if empty-->
53-
<string name="login_external_link_bottom_url"></string> <!--hidden, if empty-->
52+
<string name="login_external_link_bottom_url" translatable="false"></string> <!--hidden, if empty-->
5453

5554
<!--feature Google Analytics-->
5655
<bool name="ga_global_tracker_active">false</bool> <!-- set ga_trackingId in res/xml/global_tracker.xml to your property id (UA-XXXXXXX-Y)-->

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<string name="menu_item_title_news">News</string>
99

1010
<string name="browser_title_homepage">Publiss Website</string>
11-
11+
<string name="login_external_link_bottom_text"></string> <!--hidden, if empty-->
1212
</resources>

0 commit comments

Comments
 (0)