This fork adds multi-language support (i18n) to the original AWS-BuildID-Auto-For-Ext project.
git clone https://github.com/[your-username]/AWS-BuildID-Auto-For-Ext.git
cd AWS-BuildID-Auto-For-Ext
chrome://extensions/Select the project folder
Enable incognito mode permission:
The extension automatically detects your browser language settings:
chrome://settings/languages)zh-CN, zh → Chineseen, en-US, en-GB → Englishtr, tr-TR → TurkishAll original features are preserved:
For detailed usage, see the original documentation.
_locales/
├── zh_CN/
│ └── messages.json # Chinese translations
├── en/
│ └── messages.json # English translations
└── tr/
└── messages.json # Turkish translations
_locales/[language_code]/messages.jsonzh_CN/messages.jsonmessage values{
"newKey": {
"message": "Translated text"
}
}
<span data-i18n="newKey">Default text</span>
const text = i18n('newKey');
Pull requests for new language translations or improvements are welcome!
MIT License - Same as the original project
Made with ❤️ by the community
$ claude mcp add AWS-BuildID-Auto-For-Ext \
-- python -m otcore.mcp_server <graph>