Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 8623e68ea856830e084839e1d726c1f5be727203 authored by Łukasz Langa on 10 February 2020, 19:08:24 UTC
Python 3.8.2rc1
Tip revision: 8623e68
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