Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.57 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.57 KB

Philippine Scripts Translator

Overview

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.

Features

The translator currently supports the following scripts:

  • Baybayin
  • Hanunoo
  • Buhid
  • Tagbanwa

Users can enter Filipino text and see it transformed into these scripts.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dnachavez/philippine-scripts-translator.git
    
  2. Navigate to the project directory:

    cd philippine-scripts-translator
    
  3. Install the necessary dependencies:

    npm install
    
  4. Run the development server:

    npm run dev
    
  5. Open http://localhost:3000 with your browser to see the result.

Usage

To use the translator:

  1. Open the web application in your browser.
  2. Choose the script you want to translate to from the available options.
  3. Type or paste the Filipino text into the input field.
  4. The translated script will be automatically generated and displayed.

Contributions

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.

License

This project is licensed under the GNU General Public License v3.0