diff --git a/README.md b/README.md index b254066..bab1903 100644 --- a/README.md +++ b/README.md @@ -174,15 +174,19 @@ Add `.l10(_ arg: CVarArg)` following any `String` object you want translated wit ### Supported formats #### .plist, .stringsdict Sample .plist and .stringsdict file + More about **.plist** format you can read on [**wiki**](https://github.com/Decybel07/L10n-swift/wiki/*.plist) + More about **.stringsdict** format you can read on [**wiki**](https://github.com/Decybel07/L10n-swift/wiki/*.stringsdict) #### .json Sample .json file + More about **.json** format you can read on [**wiki**](https://github.com/Decybel07/L10n-swift/wiki/*.json) #### .strings Sample .strings file + More about **.strings** format you can read on [**wiki**](https://github.com/Decybel07/L10n-swift/wiki/*.strings). ## 📙 [FAQ](https://github.com/Decybel07/L10n-swift/wiki/FAQ)