Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VuhDo
VuhDo
Commits
c224aff9
Commit
c224aff9
authored
Jan 06, 2022
by
Ivaria
Browse files
Remove unnecessary UTF-8 BOM from localizations
parent
3588daf7
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
VuhDoOptions/VuhDoLocalization_de.lua
VuhDoOptions/VuhDoLocalization_de.lua
+1
-1
VuhDoOptions/VuhDoLocalization_en.lua
VuhDoOptions/VuhDoLocalization_en.lua
+1
-1
VuhDoOptions/VuhDoLocalization_ru.lua
VuhDoOptions/VuhDoLocalization_ru.lua
+1
-3
VuhDoOptions/VuhDoLocalization_zhCN.lua
VuhDoOptions/VuhDoLocalization_zhCN.lua
+1
-1
VuhDoOptions/VuhDoLocalization_zhTW.lua
VuhDoOptions/VuhDoLocalization_zhTW.lua
+1
-1
No files found.
VuhDoOptions/VuhDoLocalization_de.lua
View file @
c224aff9
if
(
GetLocale
()
~=
"deDE"
)
then
if
(
GetLocale
()
~=
"deDE"
)
then
return
;
end
-- New Options
...
...
VuhDoOptions/VuhDoLocalization_en.lua
View file @
c224aff9
-- New Options
-- New Options
-- @EXACT = false
VUHDO_I18N_SCANNERS
=
"Scanners"
;
VUHDO_I18N_RESURRECT_SHORT
=
"Resurrect"
;
...
...
VuhDoOptions/VuhDoLocalization_ru.lua
View file @
c224aff9
if
(
GetLocale
()
~=
"ruRU"
)
then
if
(
GetLocale
()
~=
"ruRU"
)
then
return
;
end
-- New Options
-- @EXACT = false
VUHDO_I18N_SCANNERS
=
"Сканер"
;
...
...
VuhDoOptions/VuhDoLocalization_zhCN.lua
View file @
c224aff9
if
(
GetLocale
()
~=
"zhCN"
)
then
if
(
GetLocale
()
~=
"zhCN"
)
then
return
;
end
-- New Options
...
...
VuhDoOptions/VuhDoLocalization_zhTW.lua
View file @
c224aff9
if
(
GetLocale
()
~=
"zhTW"
)
then
if
(
GetLocale
()
~=
"zhTW"
)
then
return
;
end
-- New Options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment