Add LanguageCode::Other

This commit is contained in:
Temirkhan Myrzamadi 2020-02-23 20:42:10 +06:00
parent 696efb1c5b
commit 28f4dd7c16

View file

@ -187,4 +187,7 @@ pub enum LanguageCode {
ZA,
ZH,
ZU,
#[serde(other)]
Other,
}