Files
lmms/tests/check-strings
Levin Oehlmann 7227c89847 Namespace lmms (#6174)
This PR places all LMMS symbols into namespaces to eliminate any potential future name collisions between LMMS and third-party modules.

Also, this PR changes back `LmmsCore` to `Engine`, reverting c519921306 .

Co-authored-by: allejok96 <allejok96@gmail.com>
2022-06-19 20:08:46 +02:00
..
2022-06-19 20:08:46 +02:00
2022-05-23 20:35:06 +02:00
2022-05-23 20:35:06 +02:00
2022-05-23 20:35:06 +02:00

Check strings

This tool checks for invalid strings not necessarily in the code.

Background: When you move a lot of classes and files, the code may be OK, but many strings outside the code (translations, style.css, .gitmodules etc.) may still need to be updated. This script checks whether these strings are still matching the code.

Content:

  • check-strings: Script to check for invalid strings
  • verify: Script verifying check-strings
  • expectation.txt: Expectation file for verify script