Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Crowdin #51

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
78b614a
Begin testing i18n
Kas-tle Dec 23, 2024
6dca2df
Add crowdin in-context demo for non-mdx
Kas-tle Dec 26, 2024
e76e9ec
Add crowdin-sync system
Kas-tle Jan 2, 2025
2175c8d
Working sync system for translations
Kas-tle Jan 12, 2025
9066ebc
Only build en locale for PRs
Kas-tle Jan 12, 2025
7406329
Modify yarn install
Kas-tle Jan 12, 2025
63637a6
Do not immute cache
Kas-tle Jan 12, 2025
abeb504
Try with standard yarn install
Kas-tle Jan 12, 2025
9abb44d
Revert to yarn --immutable
Kas-tle Jan 12, 2025
9e092ee
Remove explicit url/file-loader resolutions
Kas-tle Jan 12, 2025
6d5ee25
Only log webpack errors
Kas-tle Jan 12, 2025
08fdaab
Added MCServerHost to hosting providers (#47)
Roolps Dec 26, 2024
539457a
Update supported Bedrock versions
onebeastchris Feb 12, 2025
734ae77
Remove and Replace "TydiumCraft Skin API" (#53)
Tydium Feb 14, 2025
4719cfe
Update wording for creepernation api
Creeperz653 Feb 14, 2025
163a667
Update GeyserExtras description (#52)
letsgoawaydev Feb 14, 2025
f374e2b
Try matrix build strategy
Kas-tle Feb 27, 2025
7fa113c
Fix matrix output
Kas-tle Feb 27, 2025
068dd58
Matrix goes to GITHUB_OUTPUT
Kas-tle Feb 27, 2025
7cc9790
Fix deploy needs to combine
Kas-tle Feb 27, 2025
d5074f1
Ensure correct commit is used if crowdin updates
Kas-tle Feb 27, 2025
1a0b19f
Make sure excluded content is respected
Kas-tle Feb 27, 2025
275f905
Allow permission for commit action write
Kas-tle Feb 27, 2025
f629f33
Sync translations with Crowdin
github-actions[bot] Feb 27, 2025
f281f31
Update index.md to make clear that this is for servers, not purely fo…
D4n2021 Feb 27, 2025
0ed2600
Update providers.ts (#58)
santevemox Feb 27, 2025
9e53790
Start on re-writing the providers page to provide more useful details…
onebeastchris Dec 23, 2024
8002488
more work on this
onebeastchris Jan 3, 2025
c2256bb
Rework paper page for setup
rtm516 Jan 10, 2025
fa0732c
Don't try and build paper setup as a full page
rtm516 Jan 10, 2025
afa369e
adjust not listed message
onebeastchris Jan 10, 2025
930b71f
update mod/proxy pages
onebeastchris Jan 12, 2025
e4ff344
Initial setup i18n
Kas-tle Feb 28, 2025
bb2b259
Add ability to hide proxy setup instructions by provider
Kas-tle Mar 1, 2025
bd5b3c6
Temporary auto deployment; fix broken links
Kas-tle Mar 1, 2025
0dd8a1f
Fix heading consistency
Kas-tle Mar 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify yarn install
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
  • Loading branch information
Kas-tle committed Jan 12, 2025
commit 7406329b1485570dd63bc6458781597a96350fad
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable --immutable-cache

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable --immutable-cache

- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
with: