Giter VIP home page Giter VIP logo

gpt_ftl's Introduction

๐ŸŒ GPT FTL

This Python script generates translations for given FTL files using GPT.

โ“ Usage

  1. Wait for the project to be written.

๐Ÿ™‹ Wanted: Issues

Feel free to create an issue or PR for suggestions and additions.

gpt_ftl's People

Contributors

laralove143 avatar

Watchers

Kostas Georgiou avatar  avatar

gpt_ftl's Issues

Reduce minimal supported Python version

Test the package with older versions of Python and support the oldest version that the libraries support, or at least the versions that come pre-installed in common OSes.

Suggest submitting custom configuration as an issue

When the user has modified the default configuration in the config file, the package should print a message suggesting them to submit the changes as an issue if they think they'd be relevant to others.

This helps make the program better for everyone.

Error on nested selections

Nested selections are when a selection appears between a message value:

nested = You have { $apple-count ->
    [zero] no apples
    [one] one apple
    *[other] $apple-count apples
}.

unnested = { $apple-count ->
    [zero] You have no apples.
    [one] You have one apple.
    *[other] You have $apple-count apples.
}

Nested selections aren't supported because it may confuse GPT.

When translating files, the package should print an error and exit early when it encounters a nested selection.

This limitation should also be documented in the README.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.