Fix language_code completion

- remove incorrect value
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:58:53 +09:00
parent 1b5eb7da8c
commit d101590b86
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 2 deletions

View File

@ -211,7 +211,6 @@ _language_codes_iso_639_1() {
'uz:Uzbek'
've:Venda'
'vi:Vietnamese'
'vietnamien'
'vo:Volapük'
'cy:Welsh'
'wa:Walloon'
@ -238,7 +237,7 @@ _language_codes() {
;;
esac
return ret
return ret
}
# Local Variables: