mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-18 08:40:35 -07:00
style: add comment
This commit is contained in:
parent
c640c1bc08
commit
25b20b9f14
@ -98,6 +98,7 @@ func updateConfig() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Destination language is not passed in argument
|
||||||
if len(*dstLangArg) == 0 {
|
if len(*dstLangArg) == 0 {
|
||||||
for t_str, t := range translators {
|
for t_str, t := range translators {
|
||||||
if config.GetString(fmt.Sprintf("destination.language.%s", t_str)) != t.GetDstLang() {
|
if config.GetString(fmt.Sprintf("destination.language.%s", t_str)) != t.GetDstLang() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user