This commit is contained in:
Nick Romano 2020-03-17 16:22:56 -07:00 коммит произвёл GitHub
Родитель c95fdde26e
Коммит b77f81e539
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,7 @@ ProjectName/
In your source code, add some code like:
```swift
label.text = LocalizedString("My new string", "A comment")
label.text = Localized("My new string", "A comment")
```
Remember to `import LocalizedStringKit` in the file too.