File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
documentation/blog/2025-04-10-how-to-translate-dynamic-strings Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ export interface IAdminForth {
386386 * Example:
387387 *
388388 * ```ts
389- * const i18nPlugin = adminforth.getPluginByClassName<I18nPlugin>('I18nPlugin');
389+ * const i18nPlugin = adminforth.getPluginByClassName\ <I18nPlugin\ >('I18nPlugin');
390390 * ```
391391 *
392392 */
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ steps:
4040 - export $(cat /woodpecker/deploy.vault.env | xargs)
4141 - cd live-demo/deploy && /bin/sh buildSlackNotify.sh
4242
43-
4443 build-live-demo :
4544 when :
4645 - event : push
46+ branch : main
4747 image : docker
4848 volumes :
4949 - /var/run/docker.sock:/var/run/docker.sock
You can’t perform that action at this time.
0 commit comments