You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
2
2
# AGENTS.md
3
3
4
+
## Package manager
5
+
6
+
All packages and projects in this repo use `pnpm` and not `npm`.
7
+
Howeverer internally (e.g. in `codeInjector`) adminforth still supports both `npm` and `pnpm` style install commands, so users of framework itself can use it with either package manager. But in all dev demo/live demo, plugins, adapters, and documentation, we use `pnpm` as the standard.
8
+
4
9
## General engineering rules
5
10
6
11
Write code as if the system contracts are already defined and trusted.
Copy file name to clipboardExpand all lines: adminforth/documentation/docs/tutorial/08-Plugins/10-i18n.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This plugin allows you translate your AdminForth application to multiple languages.
4
4
Main features:
5
5
- Stores all translation strings in your application in a single AdminForth resource. You can set [allowed actions](/docs/tutorial/Customization/limitingAccess/) only to Developers/Translators role if you don't want other users to see/edit the translations.
6
-
- Supports AI completion adapters to help with translations. For example, you can use OpenAI ChatGPT to generate translations. Supports correct pluralization, even for Slavic languages.
6
+
- Supports AI completion adapters to help with translations. For example, you can use OpenAI via the Responses API to generate translations. Supports correct pluralization, even for Slavic languages.
7
7
- Supports any number of languages.
8
8
- Supports BCP47 language codes (e.g., `en-GB`, `pt-BR`) for regional language variants.
0 commit comments