summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorpiuvas <mail@piuvas.net>2025-05-27 13:25:06 -0300
committerpiuvas <mail@piuvas.net>2025-05-27 13:25:06 -0300
commit5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a (patch)
tree67606539def90e70a758e56272b16493b0d1c84c /locales
parentfix generated migration. (diff)
downloadsharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.tar.gz
sharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.tar.bz2
sharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.zip
requested changes.
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 1070318fa2..f809613e7a 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13138,9 +13138,9 @@ export interface Locale extends ILocale {
*/
"attributionDomainsDescription": string;
/**
- * Written by
+ * Written by {user}
*/
- "writtenBy": string;
+ "writtenBy": ParameterizedString<"user">;
}
declare const locales: {
[lang: string]: Locale;