Skip to content

Commit 73815ef

Browse files
authored
Merge pull request #6011 from vector-im/doug/localisation
Small changes to localisation
2 parents 084329e + 98d730f commit 73815ef

File tree

28 files changed

+29
-27
lines changed

28 files changed

+29
-27
lines changed

Config/CommonConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CommonConfiguration: NSObject, Configurable {
3939
settings.syncWithLazyLoadOfRoomMembers = true
4040

4141
// Customize the default notification content
42-
settings.notificationBodyLocalizationKey = "NOTIFICATION"
42+
settings.notificationBodyLocalizationKey = "Notification"
4343

4444
settings.messageDetailsAllowSharing = BuildSettings.messageDetailsAllowShare
4545
settings.messageDetailsAllowSaving = BuildSettings.messageDetailsAllowSave

Riot/Assets/ar.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
"REPLY_FROM_USER_TITLE" = "%@ رَد";
168168
/** General **/
169169

170-
"NOTIFICATION" = "إشعار";
170+
"Notification" = "إشعار";

Riot/Assets/ca.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@
120120
"REPLY_FROM_USER_TITLE" = "%@ respost";
121121
/** General **/
122122

123-
"NOTIFICATION" = "Notificació";
123+
"Notification" = "Notificació";

Riot/Assets/cs.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
"MSG_FROM_USER_IN_ROOM_TITLE" = "%@ v %@";
168168
/** General **/
169169

170-
"NOTIFICATION" = "Oznámení";
170+
"Notification" = "Oznámení";

Riot/Assets/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"REPLY_FROM_USER_TITLE" = "%@ hat geantwortet";
107107
/** General **/
108108

109-
"NOTIFICATION" = "Benachrichtigung";
109+
"Notification" = "Benachrichtigung";
110110

111111
/* New file message from a specific person, not referencing a room. */
112112
"FILE_FROM_USER" = "%@ hat die Datei %@ gesendet";

Riot/Assets/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/** General **/
1818

19-
"NOTIFICATION" = "Notification";
19+
"Notification" = "Notification";
2020

2121
/** Titles **/
2222

Riot/Assets/es.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@
126126
"REPLY_FROM_USER_TITLE" = "%@ ha respondido";
127127
/** General **/
128128

129-
"NOTIFICATION" = "Notificación";
129+
"Notification" = "Notificación";

Riot/Assets/et.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"REPLY_FROM_USER_TITLE" = "%@ vastas";
116116
/** General **/
117117

118-
"NOTIFICATION" = "Teavitus";
118+
"Notification" = "Teavitus";
119119

120120
/* New file message from a specific person, not referencing a room. */
121121
"LOCATION_FROM_USER" = "%@ jagas oma asukohta";

Riot/Assets/fr.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"REPLY_FROM_USER_TITLE" = "%@ a répondu";
116116
/** General **/
117117

118-
"NOTIFICATION" = "Notification";
118+
"Notification" = "Notification";
119119

120120
/* New file message from a specific person, not referencing a room. */
121121
"LOCATION_FROM_USER" = "%@ a partagé sa localisation";

Riot/Assets/hu.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"REPLY_FROM_USER_TITLE" = "%@ válaszolt";
116116
/** General **/
117117

118-
"NOTIFICATION" = "Értesítés";
118+
"Notification" = "Értesítés";
119119

120120
/* New file message from a specific person, not referencing a room. */
121121
"LOCATION_FROM_USER" = "%@ megosztotta a földrajzi helyzetét";

0 commit comments

Comments
 (0)