This commit is contained in:
e2002
2023-04-28 10:36:53 +03:00
parent 629cdef31d
commit 9373e8d90b
12 changed files with 325 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ void audio_bitrate(const char *info)
}
bool printable(const char *info) {
if(L10N_LANGUAGE!=RU) return true;
bool p = true;
for (int c = 0; c < strlen(info); c++)
{