The Philippine Scripts Translator is a tool designed to translate modern Filipino text into ancient Philippine scripts.
This project is inspired by the work of jennayey and the intuitive design of kuyabai.com, and is built using Next.js.
The translator currently supports the following scripts:
- Baybayin
- Hanunoo
- Buhid
- Tagbanwa
Users can enter Filipino text and see it transformed into these scripts.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/dnachavez/philippine-scripts-translator.git
-
Navigate to the project directory:
cd philippine-scripts-translator
-
Install the necessary dependencies:
npm install
-
Run the development server:
npm run dev
-
Open
http://localhost:3000
with your browser to see the result.
To use the translator:
- Open the web application in your browser.
- Choose the script you want to translate to from the available options.
- Type or paste the Filipino text into the input field.
- The translated script will be automatically generated and displayed.
We welcome contributions to the Philippine Scripts Translator project. If you have suggestions or improvements, please fork the repository and submit a pull request with your changes.
This project is licensed under the GNU General Public License v3.0