diff --git a/README.md b/README.md index ea7246b..79f7b9f 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,6 @@ url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/d openSourceVC.presentOpenSourceController(from: self) ``` -## Translation - -OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file : - -``` -"Unable to load this licence." = ""; -``` - ## Customisation / configuration You can apply some customisation. To do it you can use the OpenSourceControllerConfig structure like this : @@ -110,6 +102,14 @@ controller.config.uiConfig.titleColor = UIColor.white controller.config.uiConfig.licenceBackgroundColor = UIColor.red ``` +## Translation + +OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file : + +``` +"Unable to load this licence." = ""; +``` + ## Applications Some applications already use this controller likeĀ :