PowerToys/Plugins/Wox.Plugin.Calculator
martian-f 0862326a79 Convert calculator numbers from/to user locale.
Tries to convert numbers in query string to invariant culture format before passing to YAMP, and the other way around when presenting result from
YAMP. Nothing fancy, just a regular expression scanning for substrings consisting of number, decimal separator and group separator, trying a
parse and convert on them. Translation is skipped if no conversion between user locale and invariant culture number format is necessary.

Closes #436.
2017-04-10 23:43:23 +02:00
..
Images fix #749 2016-06-16 02:06:12 +01:00
Languages update zh-tw locale strings for plugins (#898) 2016-08-03 23:18:57 +01:00
Properties fix #749 2016-06-16 02:06:12 +01:00
Main.cs Convert calculator numbers from/to user locale. 2017-04-10 23:43:23 +02:00
NumberTranslator.cs Convert calculator numbers from/to user locale. 2017-04-10 23:43:23 +02:00
packages.config update nuget package 2017-03-04 16:35:24 +00:00
plugin.json fix #749 2016-06-16 02:06:12 +01:00
Wox.Plugin.Calculator.csproj Convert calculator numbers from/to user locale. 2017-04-10 23:43:23 +02:00