Add Persian language to upload menu language dropdown
This commit is contained in:
parent
631b069f9a
commit
0d3d3f49e4
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue