You've already forked wp-bootstrap
- Rename all .po files to use wp-bootstrap- prefix (WordPress convention) - Add 11 new locale translations (de_CH_informal, de_DE, de_DE_informal, en_GB, es_ES, fr_CH, it_CH, it_IT, nl_NL, pl_PL, pt_PT) - Total: 13 locales + en_US base = 14 supported languages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
334 B
Plaintext
33 lines
334 B
Plaintext
# Symlinks
|
|
wp-core
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# npm
|
|
npm-debug.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.po~
|
|
|
|
# Compiled translations (built by CI/CD release workflow)
|
|
*.mo
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
|
|
# Build artifacts (releases directory)
|
|
releases/
|