v/GTT
1
0
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:
eeeXun 2023-02-01 14:56:59 +08:00
parent c640c1bc08
commit 25b20b9f14

View File

@ -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() {