Add str sort lines tool

This commit is contained in:
2023-12-04 10:56:09 +02:00
parent 77780ec130
commit 932a8250b6
3 changed files with 90 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export default {
'Strings': {
'fix_ru_en_keyboard': 'Fix ru-en keyboard',
'str_length': 'Str length',
'str_sort_lines': 'Str sort lines',
'str_to_lower_upper': 'Str to lower/upper',
'str_remove_duplicate_lines': 'Str remove duplicate lines',
},