Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.48 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.48 KB

Caps

Allows you to get the correct punctuation for certain words when your keyboard is not in the correct language. Useful when developing a software / website in French with an English keyboard.

[fr] Permet l'obtention de la bonne ponctuation pour certains mots lorsque votre clavier n'est pas dans la bonne langue. Utile lors du développement d'un logiciel/site web en français avec un clavier en anglais.

[pol] Pozwala uzyskać poprawną interpunkcję dla niektórych słów, gdy klawiatura nie jest we właściwym języku. Przydatne przy tworzeniu oprogramowania / strony internetowej w języku francuskim z angielską klawiaturą.

Usage

$ caps <string> <original language> <target language>

Supported languages (# ISO 639-1)

Example

$ caps "All my students are studying" en fr

Tous mes étudiants étudient

$ caps "All my students are studying" en pol

Wszyscy moi studenci się uczą

Installation

  1. Add your Google Cloud Platform API KEY inside the .env

  2. Install caps with:

make
make install
[cd .. ]
[rm -rf caps]

Note

Caps was helpful in writing this file, written only with an English keyboard.

[fr] Caps m'a été utile pour la rédaction de ce fichier, écrit uniquement avec un clavier anglais.

[pol] Caps był pomocny w pisaniu tego pliku, napisany tylko angielską klawiaturą.