mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix localization keys merged from community pull requests
This commit is contained in:
parent
b0fddbabfc
commit
a2c869ec06
8 changed files with 218 additions and 712 deletions
|
|
@ -123,7 +123,7 @@ extension String {
|
|||
with: "$1 $2",
|
||||
options: .regularExpression
|
||||
)
|
||||
return "Node " + spaced
|
||||
return "Node".localized + " " + spaced
|
||||
}
|
||||
|
||||
// Adds variation selectors to prefer the graphical form of emoji.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue