On running the gradle task "generateMr<any>M...
# moko
m
On running the gradle task "generateMr<any>Main" I get the error
Can't process keys which equals their value
which is very disappointing as it's very natural to give such names to keys. Is this a hard thing to change? (PS - It should read "which equal their value")
a
keys should not be equals to values just for iOS "fallback to Base" logic. if some key not found in current locale - we try to find it in Base locale. iOS by default return key from localizedString if not find any value for this key. here details
m
Errr, thanks for that... I'm afraid I don't understand though.