tomkowz / Swifternalization

Localize iOS apps in a smarter way using JSON files. Swift framework.
MIT License
579 stars 47 forks source link

Support floating point numbers #6

Closed tomkowz closed 9 years ago

tomkowz commented 9 years ago

Swifternalization should support expressions like:

%d<10.14
10.00<%d<99.99

Also to simplify expressions and not check if value is Int or Float/Double change expression to these:

x<10.4
10<x<99.99