calculator/src/CalcViewModel
Seulgi Kim 853704c1c2 Add support for Pyeong, a Korean floorspace unit. (#444)
Fixes #382
Description of the changes:
Add Pyeong as an Area conversion unit.
Pyeong shows up only if the user's current region is Korea ( i.e. region is either KP or KR ).
Added Korean translation for Pyeong (평). For other locales, we default to English ( Pyeong ).
How changes were validated:
Manually tested the below

For non-Korean regions, Pyeong does not show up.

Korean region with Korean locale => Pyeong shows up and Pyeong is correctly translated.
pyeong_Korean

Korean region with English locale => Pyeong shows up and Pyeong is in English.
pyeong_English

Korean region with simplified Chinese locale => Pyeong shows up and Pyeong is in English.
pyeong_Chinese
2019-04-16 17:53:08 -07:00
..
Common Improve the support of Narrator with parenthesis (#368) 2019-04-15 09:31:02 -07:00
DataLoaders Add support for Pyeong, a Korean floorspace unit. (#444) 2019-04-16 17:53:08 -07:00
ApplicationViewModel.cpp Removed AppBar, OperatorTextBox and OperandTextBox controls (#440) 2019-04-16 17:46:07 -07:00
ApplicationViewModel.h Removed AppBar, OperatorTextBox and OperandTextBox controls (#440) 2019-04-16 17:46:07 -07:00
CalcViewModel.vcxproj Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
CalcViewModel.vcxproj.filters Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
DateCalculatorViewModel.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
DateCalculatorViewModel.h Fix issue with Date diff when it includes a Daylight Saving Time (#193) 2019-03-18 11:22:32 -07:00
HistoryItemViewModel.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
HistoryItemViewModel.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
HistoryViewModel.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
HistoryViewModel.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
MemoryItemViewModel.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
MemoryItemViewModel.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
packages.config Hello GitHub 2019-01-28 16:24:37 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Disable use of min/max macros defined by Windows headers. (#363) 2019-03-25 11:28:29 -07:00
StandardCalculatorViewModel.cpp Improve the support of Narrator with parenthesis (#368) 2019-04-15 09:31:02 -07:00
StandardCalculatorViewModel.h Removed AppBar, OperatorTextBox and OperandTextBox controls (#440) 2019-04-16 17:46:07 -07:00
targetver.h Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverterViewModel.cpp Keep input when users refresh currency rates (#369) 2019-04-16 11:29:43 -07:00
UnitConverterViewModel.h Keep input when users refresh currency rates (#369) 2019-04-16 11:29:43 -07:00
ViewState.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
ViewState.h Hello GitHub 2019-01-28 16:24:37 -08:00