TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
7k stars 559 forks source link

Language updates - Sync new string from #1002 into languages added by #989, raise some false-alarm-causing string limits #1025

Closed Daaaav closed 1 year ago

Daaaav commented 1 year ago

Changes:

Sync new string from #1002 into languages added by #989

These PRs were open in parallel so this simply syncs the language files back up.

Make "{n_crew|wordy} crewmates remain" string wordwrap

It used to have a limit of 40 8x8 characters, but there's room for it to wrap.

Raise limits on three strings in translation files

These were causing false alarms in translations for one reason or another (either to force translations to not wordwrap for style reasons, or to stay on the safe side if an adjacent string was also long), so they can be raised now.

Legal Stuff:

By submitting this pull request, I confirm that...