Laurine
Laurine copied to clipboard
Laurine - Localization code generator written in Swift. Sweet!
I get this error when running in Xcode 10.2 - Swift 4.2 `0. Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -interpret /Users/emil/Virksomheder/Projekter/sense-ios/Sense/Sense/Libraries/LaurineGenerator.swift -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -module-name LaurineGenerator -- -i /Users/emil/Virksomheder/Projekter/sense-ios/Sense/Sense/Assets/en.lproj/Localizable.strings -o /Users/emil/Virksomheder/Projekter/sense-ios/Sense/Sense/Helpers/Localizations.swift -c...
Currently when Laurine generates the static vars, there is no comment: ```swift public struct Localizations { public struct Project { public struct Example { /// Base translation: An example project...
Hi, I added a podspec so that I could use Laurine in my project using cocoapods. It's easier for projects already using cocoapods because there is nothing else to install,...
Add a few missing keywords (`fileprivate`, `open`, etc.) that have been introduced in recent Swift versions, and removed some that are no longer available (`__FUNCTION__`, `__FILE__`, etc.). Used the list...
Addresses issue #58
Hi, I've updated Laurine to the latest version in my project. However when I set up the script (inside Xcode build phases) then I've got this message: ``` PROJECT/PROJECT/Localization/Localizations.swift -c...
Hi! Laurine, for some reason, just doesn't see this localization string: `"Error.Title.General"`. It doesn't even create a top-most `struct` for the `Error`. Is it intentional behaviour? Thanks in advance.
Hi! I just got turned onto this library from the [Awesome iOS](http://awesomeios.com) mailing list. I think this library could help my current projects a ton! One question, does Laurine handle...
Since Apple is releasing Swift 4 sometime this fall, I will be going ahead and preparing a new version for it. This will also be a considerable overhaul of Laurine...