Add Persian language to upload menu language dropdown

This commit is contained in:
kasramp 2020-09-21 07:51:40 +02:00 committed by Sean Yesmunt
parent 631b069f9a
commit 0d3d3f49e4
2 changed files with 2 additions and 0 deletions

View file

@ -445,6 +445,7 @@
"Hindi": "Hindi",
"Greek": "Greek",
"Hide": "Hide",
"Persian": "Persian",
"'contentName' should no longer be used. Use 'streamName' instead": "'contentName' should no longer be used. Use 'streamName' instead",
"Sorry, we can't preview this file.": "Sorry, we can't preview this file.",
"View File": "View File",

View file

@ -183,6 +183,7 @@ function PublishAdditionalOptions(props: Props) {
<option value="ro">{__('Romanian')}</option>
<option value="hi">{__('Hindi')}</option>
<option value="el">{__('Greek')}</option>
<option value="fa">{__('Persian')}</option>
</FormField>
<LicenseType