mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
1.Add utf8 bom to the "CopyPasteManager.cpp" file.
2.Amend chinese localized strings for the word "Volume".
This commit is contained in:
parent
43b2d4e536
commit
c03088a74d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "pch.h"
|
||||
|
|
|
@ -1107,7 +1107,7 @@
|
|||
<comment>Unit conversion category name called Time</comment>
|
||||
</data>
|
||||
<data name="CategoryName_VolumeText" xml:space="preserve">
|
||||
<value>音量</value>
|
||||
<value>体积</value>
|
||||
<comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>
|
||||
</data>
|
||||
<data name="CategoryName_TemperatureText" xml:space="preserve">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue