mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Trim whitespace from localized string ids
This commit is contained in:
@@ -240,7 +240,7 @@ export function coreLocalizer() {
|
||||
* @return {string?} localized string
|
||||
*/
|
||||
localizer.tInfo = function(origStringId, replacements, locale) {
|
||||
let stringId = origStringId;
|
||||
let stringId = origStringId.trim();
|
||||
|
||||
let scopeId = 'general';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user