Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: dfa645a65ec0788d98851130a217e029d1cc4e9b authored by Łukasz Langa on 13 July 2020, 12:11:53 UTC
Python 3.8.4
Tip revision: dfa645a
doc_en-US.wxl_template
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
    <String Id="ShortDescriptor">doc</String>
    <String Id="Descriptor">Documentation</String>
    <String Id="ShortcutName">Python {{ShortVersion}} Manuals ({{Bitness}})</String>
    <String Id="ShortcutDescription">View the !(loc.ProductName) documentation.</String>
</WixLocalization>
back to top