Translate "or" for i18n (#3599)

* Translate or for i18n

* CHANGELOG
This commit is contained in:
Freddy Boulton 2023-03-24 11:02:05 -04:00 committed by GitHub
parent 6e6121a1ac
commit 9d3f58b898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Fixed bug where text for altair plots was not legible in dark mode by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3555](https://github.com/gradio-app/gradio/pull/3555)
- Fixes `Chatbot` and `Image` components so that files passed during processing are added to a directory where they can be served from, by [@abidlabs](https://github.com/abidlabs) in [PR 3523](https://github.com/gradio-app/gradio/pull/3523)
- Fixed bug where "or" was not being localized in file upload text by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3599](https://github.com/gradio-app/gradio/pull/3599)
## Documentation Changes:

View File

@ -14,7 +14,7 @@
<div class="wrap">
{$_(defs[type])}
<span class="or">- or -</span>
<span class="or">- {$_("or")} -</span>
{$_("interface.click_to_upload")}
</div>