diff --git a/scripts/ignore_translation.toml b/scripts/ignore_translation.toml index 9b88b096..71be4a2a 100644 --- a/scripts/ignore_translation.toml +++ b/scripts/ignore_translation.toml @@ -230,6 +230,11 @@ ignore = [ 'language.direction', ] +[vi_VN] +ignore = [ + 'language.direction', +] + [zh_CN] ignore = [ 'language.direction', @@ -239,8 +244,3 @@ ignore = [ ignore = [ 'language.direction', ] - -[vi_VN] -ignore = [ - 'language.direction', -]