gemini info updated
This commit is contained in:
parent
20d23cc951
commit
7c971218a3
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ ThunderAI is a Mozilla Thunderbird add-on that integrates Large Language Models
|
|||
- **i18n:**
|
||||
- The project supports multiple languages via `_locales/`. When adding UI strings, always use `messenger.i18n.getMessage()`.
|
||||
- When you need to modify language file, modify only the english version.
|
||||
- **Logging:**
|
||||
- When possibile use the taLog object to log errors, otherwise use the console.error(<msg>) method.
|
||||
- If it's useful to log add debug logs using taLog.log(<msg>) method.
|
||||
|
||||
## Files & Directories Structure
|
||||
- `manifest.json`: Extension entry point and permission definitions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue