Update the year in the Copyright string (#320)

Templatize the copyright string and use a build variable to set the year for use across the entire app.

How changes were validated:
Tested with English and French and with different dates.
This commit is contained in:
Rudy Huyn
2019-03-25 11:11:24 -07:00
committed by Howard Wolosky
parent 4603d387ae
commit 65045e9375
67 changed files with 228 additions and 218 deletions

View File

@@ -2277,9 +2277,9 @@
<value>Microsoft गोपनीयता कथन</value>
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
</data>
<data name="AboutControlCopyright.Text" xml:space="preserve">
<value>© 2018 Microsoft. सर्वाधिकार सुरक्षित.</value>
<comment>Copyright statement, displayed on the About panel</comment>
<data name="AboutControlCopyright" xml:space="preserve">
<value>© %1 Microsoft. सर्वाधिकार सुरक्षित.</value>
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
</data>
<data name="AboutButton.Content" xml:space="preserve">
<value>के बारे में</value>