diff options
author | Yorhel <git@yorhel.nl> | 2020-11-10 11:33:00 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2020-11-10 11:33:29 +0100 |
commit | 9fd16f0d2cfa0bec0cff268ce07e27bd38dd08d8 (patch) | |
tree | 20a315b6476afe166fd0cc702c2b3b78bab767a7 /lib/VNDB | |
parent | f7172097d3e604ec0f13698a790569e04a423b78 (diff) |
Add Persian language
https://vndb.org/t950.821
Flag is based on https://commons.wikimedia.org/wiki/File:Farsi.svg with
a light green brackground.
Diffstat (limited to 'lib/VNDB')
-rw-r--r-- | lib/VNDB/Types.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm index 1f8e5867..468e6fa1 100644 --- a/lib/VNDB/Types.pm +++ b/lib/VNDB/Types.pm @@ -26,6 +26,7 @@ hash LANGUAGE => en => 'English', eo => 'Esperanto', es => 'Spanish', + fa => 'Persian', fi => 'Finnish', fr => 'French', gd => 'Scottish Gaelic', |