Skip to content

njaistudio/Phrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phrase

A IOS library help to localize string with key

How to use:

Localizable.strings:

"MY_NAME" = "My name is: {myName}";
"TITLE" = "Hello";

ViewController.swift:

let title = Phrase.from("TITLE").description
let myName = Phrase.from("MY_NAME")
            .put("myName", value: "Njai")
            .fomat().description

About

A Swift library help to localize string with key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages