chore: better i18n

This commit is contained in:
josc146
2023-03-29 21:27:46 +08:00
parent 89c8995048
commit d16b318093
6 changed files with 36 additions and 37 deletions
+4 -4
View File
@@ -288,7 +288,7 @@ function AdvancedPart({ config, updateConfig }) {
/>
</label>
<label>
{t('Custom Site Regex:')}
{t('Custom Site Regex')}
<input
type="text"
value={config.siteRegex}
@@ -311,7 +311,7 @@ function AdvancedPart({ config, updateConfig }) {
</label>
<br />
<label>
{t('Input Query:')}
{t('Input Query')}
<input
type="text"
value={config.inputQuery}
@@ -322,7 +322,7 @@ function AdvancedPart({ config, updateConfig }) {
/>
</label>
<label>
{t('Append Query:')}
{t('Append Query')}
<input
type="text"
value={config.appendQuery}
@@ -333,7 +333,7 @@ function AdvancedPart({ config, updateConfig }) {
/>
</label>
<label>
{t('Prepend Query:')}
{t('Prepend Query')}
<input
type="text"
value={config.prependQuery}