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:
parent
dc19c80915
commit
e94cffdb26
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue