mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Up to now when a stable release series was split off from the master branch, there was essentially no (good) way of backporting new translations for source strings in the stable series. This is because usually the master branch contains new or changed source strings and thus simply merging the respective commits into the stable series can cause all sorts of trouble. The script added by this commit takes care of that by comparing translation files translation by translation and only updates the translation if there is a newer translation for the exact same source string in the target (master) branch. This takes care of cases in which translations are added or altered after the stable series has been split off. It does not however work as soon as the source string for that translation has changed as that will cause the script to consider these as different strings and thus no updating will be performed. Fixes #4740 |
||
|---|---|---|
| .. | ||
| commitMessage | ||
| development | ||
| server | ||
| vcpkg | ||
| backportTranslations.py | ||
| extract-emojione-flags.py | ||
| generate_cmake_options_docs.py | ||
| generate-ApplicationPalette-class.py | ||
| generate-AUTHORS.py | ||
| generate-CHANGES.py | ||
| generate-cipherinfo.py | ||
| generate-ffdhe.py | ||
| generate-mumble_qt-qrc.py | ||
| generate-qrc.py | ||
| generateChangelog.py | ||
| generateIceWrapper.py | ||
| git2cl.pl | ||
| mkflags.py | ||
| mkini-win32.bat | ||
| mkini.sh | ||
| mklic.pl | ||
| mumble-overlay | ||
| mumble-version.py | ||
| mumble.protocol | ||
| murmur-user-wrapper | ||
| murmur.conf | ||
| murmur.ini | ||
| murmur.init | ||
| murmur.logrotate | ||
| murmur.service | ||
| org.mumble_voip.mumble.appdata.xml | ||
| org.mumble_voip.mumble.desktop | ||
| php.ini | ||
| rcc-depends.py | ||
| release.pl | ||
| runClangFormat.sh | ||
| transtate.py | ||
| updateLicenseHeaders.py | ||
| updatetranslations.py | ||