signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.59k stars 2.95k forks source link

Missing space between string and variable in translation #5797

Open afa93001d48a opened 1 month ago

afa93001d48a commented 1 month ago

See referenced line. There is a missing space after "fra" (from) causing the name of a user approved to join a group to be incorrectly appended to the string. Cross referenced with the English translation in which there is such a space.

Can be solved by changing "fra%1$@." to "fra %1$@."

https://github.com/signalapp/Signal-iOS/blob/afbecd735262cb1217eafca27b3848981ce27429/Signal/translations/nb.lproj/Localizable.strings#L3269