Skip to content

Commit 1b7898e

Browse files
authored
chore: update Claude.md and add translation option issue (alexjustesen#2413)
1 parent 116f83a commit 1b7898e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Translations
4+
url: https://crowdin.com/project/speedtest-tracker
5+
about: Please report translation issues and request new translations here.
36
- name: GitHub Community Support
47
url: https://github.com/orgs/community/discussions
58
about: Please ask and answer questions here.

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ This application is a Laravel application and its main Laravel ecosystems packag
3434
- Stick to existing directory structure - don't create new base folders without approval.
3535
- Do not change the application's dependencies without approval.
3636

37+
## Localization
38+
- Only create or update language files in the `lang/en` directory. Do not create or modify language files for other locales.
39+
- All translation strings should be added only to the English language files.
40+
3741
## Frontend Bundling
3842
- If the user doesn't see a frontend change reflected in the UI, it could mean they need to run `npm run build`, `npm run dev`, or `composer run dev`. Ask them.
3943

crowdin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
base_path: /lang
22
preserve_hierarchy: true
3+
pull_request_labels:
4+
- ":earth_africa: Translations"
35

46
files:
57
# PHP language files - root level

0 commit comments

Comments
 (0)