pofix: Genericize the Lua version number for the 1.14 announcement

Otherwise people will keep complaining that it doesn't reflect the
latest 1.14 version since the original number was valid for 1.14.0 and
1.14.4.

[ci skip]
This commit is contained in:
Iris Morelle 2018-08-20 01:31:59 -03:00
parent dc19c80915
commit e94cffdb26

View file

@ -230,6 +230,9 @@ website_stringfixes = {
"1.14-announcement" : (
("better ingrate them", "better integrate them"),
# Lua version number
("5.3.4", "5.3"),
# Yes, these are really flimsy. In hindsight it was a bad idea to include
# download sizes in the announcement. Hopefully we won't end up with
# files that have the same size in a release/in the last two releases