Update FAQ
This commit is contained in:
+11
-7
@@ -53,11 +53,11 @@ Cada lección sigue una progresión lógica basada en datos lingüísticos extra
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clona tu fork del repositorio
|
# Clona tu fork del repositorio
|
||||||
git clone https://github.com/TU_USUARIO/Kalulu.git
|
git clone https://github.com/TU_USUARIO/Kalulu-Frontend.git
|
||||||
# O bien
|
# O bien
|
||||||
git clone git@github.com:YOUR_USERNAME/Kalulu.git
|
git clone git@github.com:YOUR_USERNAME/Kalulu-Frontend.git
|
||||||
|
|
||||||
cd Kalulu
|
cd Kalulu-Frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
🔁 _Reemplaza `TU_USUARIO` con tu nombre de usuario._
|
🔁 _Reemplaza `TU_USUARIO` con tu nombre de usuario._
|
||||||
@@ -113,13 +113,17 @@ Asegúrate de que tu código siga nuestras convenciones de codificación e inclu
|
|||||||
|
|
||||||
## ❓ FAQ
|
## ❓ FAQ
|
||||||
|
|
||||||
### 📱 O Kalulu está disponível para dispositivos móveis?
|
### 📱 ¿Está Kalulu disponible en móviles?
|
||||||
|
|
||||||
Sim! Kalulu está disponível para:
|
¡Sí! Kalulu está disponible para:
|
||||||
|
|
||||||
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
||||||
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
||||||
|
|
||||||
### 💻 Existe uma versão para computador?
|
### 💻 ¿Está Kalulu disponible en escritorio?
|
||||||
|
|
||||||
Uma versão experimental para Windows, Mac e Linux está em desenvolvimento. Fique ligado!
|
¡Sí! Las versiones para Windows, Mac y Linux están disponibles en la sección [Releases](https://github.com/Excello-Recherche-Education/Kalulu-Frontend/releases).
|
||||||
|
|
||||||
|
### 🌐 ¿Está Kalulu disponible directamente en la web?
|
||||||
|
|
||||||
|
¡Estamos trabajando en ello, mantente atento!
|
||||||
|
|||||||
+9
-5
@@ -53,11 +53,11 @@ Chaque leçon suit une séquence structurée basée sur des données linguistiqu
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clonez votre fork du dépôt
|
# Clonez votre fork du dépôt
|
||||||
git clone https://github.com/VOTRE_UTILISATEUR/Kalulu.git
|
git clone https://github.com/VOTRE_UTILISATEUR/Kalulu-Frontend.git
|
||||||
# Ou
|
# Ou
|
||||||
git clone git@github.com:YOUR_USERNAME/Kalulu.git
|
git clone git@github.com:YOUR_USERNAME/Kalulu-Frontend.git
|
||||||
|
|
||||||
cd Kalulu
|
cd Kalulu-Frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
🔁 _Remplacez `VOTRE_UTILISATEUR` par votre nom d'utilisateur GitHub._
|
🔁 _Remplacez `VOTRE_UTILISATEUR` par votre nom d'utilisateur GitHub._
|
||||||
@@ -120,6 +120,10 @@ Oui ! Kalulu est disponible pour :
|
|||||||
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
||||||
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
||||||
|
|
||||||
### 💻 Existe-t-il une version pour ordinateur ?
|
### 💻 Kalulu est-il disponible sur ordinateur ?
|
||||||
|
|
||||||
Une version pour Windows, Mac et Linux est en cours de développement expérimental. Restez à l’écoute !
|
Oui ! Des versions pour Windows, Mac et Linux sont disponibles dans la section [Releases](https://github.com/Excello-Recherche-Education/Kalulu-Frontend/releases).
|
||||||
|
|
||||||
|
### 🌐 Kalulu est-il disponible directement sur le web ?
|
||||||
|
|
||||||
|
Nous y travaillons, restez à l’écoute !
|
||||||
|
|||||||
@@ -51,18 +51,18 @@ Each lesson follows a structured sequence based on linguistic data drawn from ch
|
|||||||
|
|
||||||
We recommend forking the repository before cloning, so you can easily contribute or manage your own changes.
|
We recommend forking the repository before cloning, so you can easily contribute or manage your own changes.
|
||||||
|
|
||||||
1. Go to the [Kalulu GitHub Repository](https://github.com/Excello-Recherche-Education/Kalulu).
|
1. Go to the [Kalulu GitHub Repository](https://github.com/Excello-Recherche-Education/Kalulu-Frontend).
|
||||||
2. Click the **Fork** button at the top-right corner to create your own copy of the repo.
|
2. Click the **Fork** button at the top-right corner to create your own copy of the repo.
|
||||||
3. Once forked, open your terminal and run the following commands:
|
3. Once forked, open your terminal and run the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone your fork of the repository
|
# Clone your fork of the repository
|
||||||
git clone https://github.com/YOUR_USERNAME/Kalulu.git
|
git clone https://github.com/YOUR_USERNAME/Kalulu-Frontend.git
|
||||||
# Or
|
# Or
|
||||||
git clone git@github.com:YOUR_USERNAME/Kalulu.git
|
git clone git@github.com:YOUR_USERNAME/Kalulu-Frontend.git
|
||||||
|
|
||||||
# Navigate into the project directory
|
# Navigate into the project directory
|
||||||
cd Kalulu
|
cd Kalulu-Frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
🔁 *Remember to replace `YOUR_USERNAME` with your actual GitHub username.*
|
🔁 *Remember to replace `YOUR_USERNAME` with your actual GitHub username.*
|
||||||
@@ -141,9 +141,13 @@ Yes! Kalulu is available on:
|
|||||||
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
||||||
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
||||||
|
|
||||||
### 💻 Is there a desktop version?
|
### 💻 Is Kalulu available on desktop?
|
||||||
|
|
||||||
An experimental version for Windows, Mac, and Linux is currently in development. Stay tuned!
|
Yes! Desktop versions for Windows, Mac, and Linux are available in the [Releases](https://github.com/Excello-Recherche-Education/Kalulu-Frontend/releases) section.
|
||||||
|
|
||||||
|
### 🌐 Is Kalulu available directly on the web?
|
||||||
|
|
||||||
|
We are working on it, stay tuned!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+12
-8
@@ -17,7 +17,7 @@
|
|||||||
- [2. Instalar o Godot Engine](#2-instalar-o-godot-engine)
|
- [2. Instalar o Godot Engine](#2-instalar-o-godot-engine)
|
||||||
- [🧩 Addons inclusos](#-addons-inclusos)
|
- [🧩 Addons inclusos](#-addons-inclusos)
|
||||||
- [🤝 Quer ajudar?](#-quer-ajudar-)
|
- [🤝 Quer ajudar?](#-quer-ajudar-)
|
||||||
- [❓ Preguntas Frecuentes](#faq)
|
- [❓ Perguntas Frequentes](#faq)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -51,11 +51,11 @@ Cada lição segue uma sequência estruturada com base em dados da literatura in
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone o seu fork do repositório
|
# Clone o seu fork do repositório
|
||||||
git clone https://github.com/SEU_USUARIO/Kalulu.git
|
git clone https://github.com/SEU_USUARIO/Kalulu-Frontend.git
|
||||||
# Ou então
|
# Ou então
|
||||||
git clone git@github.com:YOUR_USERNAME/Kalulu.git
|
git clone git@github.com:YOUR_USERNAME/Kalulu-Frontend.git
|
||||||
|
|
||||||
cd Kalulu
|
cd Kalulu-Frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
🔁 _Substitua `SEU_USUARIO` pelo seu nome de usuário._
|
🔁 _Substitua `SEU_USUARIO` pelo seu nome de usuário._
|
||||||
@@ -111,13 +111,17 @@ Certifique-se de que seu código siga nossas convenções de codificação e inc
|
|||||||
|
|
||||||
## ❓ FAQ
|
## ❓ FAQ
|
||||||
|
|
||||||
### 📱 ¿Está Kalulu disponible en móviles?
|
### 📱 O Kalulu está disponível para dispositivos móveis?
|
||||||
|
|
||||||
¡Sí! Kalulu está disponible para:
|
Sim! Kalulu está disponível para:
|
||||||
|
|
||||||
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
- [](https://play.google.com/store/apps/details?id=org.godotengine.kalulu)
|
||||||
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
- [](https://apps.apple.com/fr/app/kalulu-education/id1639075967)
|
||||||
|
|
||||||
### 💻 ¿Existe una versión para ordenadores?
|
### 💻 O Kalulu está disponível no desktop?
|
||||||
|
|
||||||
Una versión experimental para Windows, Mac y Linux está en desarrollo. ¡Mantente atento!
|
Sim! Versões para Windows, Mac e Linux estão disponíveis na seção [Releases](https://github.com/Excello-Recherche-Education/Kalulu-Frontend/releases).
|
||||||
|
|
||||||
|
### 🌐 O Kalulu está disponível diretamente na web?
|
||||||
|
|
||||||
|
Estamos trabalhando nisso, fique ligado!
|
||||||
|
|||||||
Reference in New Issue
Block a user