{MAINTAINERS}
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate. Please take only one page at a time.
- Clone this repo, translate your page, and submit a pull request!
Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and Blitz-specific terms.
Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
- Home Page (@juanm04) #1
When PRs are merged, make sure to mark that page as completed!
To do before releasing as an "official" translation. Please translate these pages first.
- Home Page
- Get Started
- Tutorial
- All other texts (footer, navbar, search popup, etc.)
- What is Next.js?
- Why Blitz instead of Next.js?
- Tradeoffs
- Free Stickers
- File Structure
-
<App>
- Built-In CSS Support
- Image Optimization
- Static Files & Images
- Environment Variables
- Error Handling
- Testing
- Pages
- Redirects
- Error Pages
-
<Head>
-
<Document>
- Preview Mode
- Code Splitting
-
getStaticProps
API -
getStaticPaths
API -
getServerSideProps
API
- File-Based Routing
- Conventions
- Internationalized Routing
-
<Link>
- URL Params & Query
- Router
- API Routes
These are the next most important translations, ordered by importance:
- Overview
- Run Postgres Locally
- Seeds
- Prisma Utilities
- Fauna
- Query Resolvers
- Use Queries
- Mutation Resolvers
- Use Mutations
- In a React Component
- Error Handling
- Cache Invalidation
- Optimistic Updates
- Client Utilities
- Server Utilities
-
useQuery
-
usePaginatedQuery
-
useInfiniteQuery
-
useMutation
- Overview
- Session Management
- Authorization & Security
- Hooks & Utilities
- Third Party Login w/Passport.js
- Background Processing with Quirrel
- HTTP Middleware
- Custom Server
- To Render.com
- To Vercel
- To Heroku
- How the Community Operates
- Manifesto
- History
- How to Contribute
- Being a Maintainer
- Code of Conduct
-
blitz.config.js
- Webpack Config
- PostCSS Config
- RPC Specification
- Measuring Performance
- Overview
-
blitz new
-
blitz dev
-
blitz start
-
blitz build
-
blitz db
-
blitz prisma
-
blitz generate
-
blitz console
-
blitz install
-
blitz autocomplete
-
blitz routes
- Using Recipes
- Writing Recipes
- Blitz Templates