Refactor and clean up i18n (#17198)

* clean up i18n

* fix key

* fix key
This commit is contained in:
Josh Hawkins
2025-03-17 06:26:01 -06:00
committed by GitHub
parent 6e3ae0afc2
commit 03da70cb81
74 changed files with 1243 additions and 799 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ export default function InputWithTags({
filters.before &&
timestamp >= filters.before * 1000
) {
toast.error(t("afterDatebeEarlierBefore"), {
toast.error(t("filter.toast.error.afterDatebeEarlierBefore"), {
position: "top-center",
});
return;
@@ -727,7 +727,7 @@ export default function InputWithTags({
<div className="space-y-2">
<h3 className="font-medium">{t("filter.tips.title")}</h3>
<p className="text-sm text-muted-foreground">
{t("filter.tips.desc")}
{t("filter.tips.desc.text")}
</p>
<Trans
ns="views/search"