Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 02dff8b01100e7cd6d4c93be27202ccb4ea05811 authored by Ned Deily on 18 December 2019, 19:26:36 UTC
3.6.10
Tip revision: 02dff8b
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