* chore: Update Japanese translations for new features and errors Added and updated multiple Japanese locale strings across AI, app, errors, external, settings, and shortcuts modules. Changes include new labels, descriptions, error messages, and UI text for features such as scheduling, token usage, inbox management, toolbar customization, and quick search. * Add Japanese README documentation Introduces README-ja.md with comprehensive information about Folo, including features, installation instructions, community links, contribution guidelines, code signing policies, and license details for Japanese-speaking users. * Update formatting in Japanese README Corrected the admonition marker from '[!重要]' to '[!IMPORTANT]' for consistency and made minor formatting adjustments in the README-ja.md file. * Update community section in Japanese README Revised wording and formatting in the community participation section of README-ja.md for improved clarity and consistency. * Remove Japanese README file Deleted README-ja.md to reduce duplication or outdated documentation. All relevant information should now be referenced from the main README or other documentation files. * feat: add French (fr-FR) localization * fix: sort imports in default-resource.ts to resolve lint error * feat: add missing French translations for mobile/default, native, and external locales * feat: add French language filter to discovery/recommended feeds * docs: update changelog for French localization * feat(i18n): merge PR #4597/#4774 and finish localization audit --------- Co-authored-by: dai <dosada@gmail.com> Co-authored-by: Anthony Mahé <snpepito@gmail.com> Co-authored-by: Anthony Mahé <104373430+AnthonyMahe@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| build | ||
| changelog | ||
| code-signing | ||
| ios | ||
| native | ||
| plugins | ||
| scripts | ||
| src | ||
| web-app | ||
| .env.example | ||
| .gitignore | ||
| .watchmanconfig | ||
| AGENTS.md | ||
| README.md | ||
| app.config.ts | ||
| babel.config.js | ||
| bump.config.ts | ||
| eas.json | ||
| global.d.ts | ||
| metro.config.js | ||
| nativewind-env.d.ts | ||
| package.json | ||
| postcss.config.js | ||
| shim-env.d.ts | ||
| tailwind.config.ts | ||
| tailwind.dom.config.ts | ||
| tsconfig.json | ||
README.md
Folo Mobile App 📱
This is the mobile client for Folo, built with Expo. Folo organizes content into one timeline, keeping you updated on what matters, noise-free.
Features
- Customized information hub for content discovery
- AI-powered features like translation and summary
- Dynamic content support (articles, videos, images, audio)
- $POWER integration for creator economy
- Cross-platform support (iOS & Android [WIP])
- Modern UI design with native feel
Getting Started
-
Enable Corepack (if not already enabled)
corepack enable -
Install dependencies
pnpm install -
Start the development server
pnpm run dev
You can run the app on:
- iOS Simulator (
pnpm run ios) - iOS Device (
pnpm run ios:device) - Android Emulator (
pnpm run android) - Development build for full native feature testing
Project Structure
src/
├── modules/ # Feature-specific modules
│ ├── discover/ # Discovery feed features
│ └── ...
├── screens/ # App screens using file-based routing
└── ...
Development
- Built with Expo SDK [>=52]
- Uses Expo Router for navigation
- Styling with NativeWind
- State management with Jotai and Zustand
- API integration with Tanstack Query
- Full TypeScript support
Useful Resources
Need Help?
License
This project is licensed under the GNU Affero General Public License version 3. See the main project repository for full license details.