marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
917 stars 94 forks source link

i18n: update chinese #2

Closed deluxghost closed 2 years ago

deluxghost commented 2 years ago

Good project! I haven't seen any other modern and active yt-dlp webui yet. Still needs format selection tho.

Suggestion:

  1. use placeholder in strings like toastConnected:
toastConnected: 'Connected to %1'

and replace them with dynamic content at run time.

This makes translating process easier.

(The %1 above is just an example, I don't know how nodejs works)

  1. add a field for language display name, instead use the map key directly?