SkillAgentSearch skills...

TranslatorDeepL

WebApp that allows the translation of a .txt file containing two columns of data. It keeps the first one ("key_value") and translates the second into the selected language. All this through the integration of the DeepL API.

Install / Use

/learn @DaniFascio/TranslatorDeepL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TranslatorDeepL🌐

WebApp that allows the translation of a .txt file containing two columns of data:

  • mantains the first ("key_value").
  • translates the second into the selected language.

All this through the integration of DeepL APIs.

<img width="1792" alt="Screenshot" src="https://github.com/user-attachments/assets/0289684e-3a65-4282-9df6-891a27488df1">

The Translation will only work for the format listed below.

Usage example:

------------------------------------------------         ------------------------------------------------
**English**                                         |      **Japanese**   
------------------------------------------------         ------------------------------------------------
      
"accept_ethics": "Code of ethics",                 -->     "accept_ethics": "倫理規定",
"add_to_cart": "Add to cart",                      -->     "add_to_cart": "カートに追加",
                                                   
------------------------------------------------    |    ------------------------------------------------



                                              **Format**
                                    --------------------------------
                                    |     "key_value":  "text"     |
                                    --------------------------------

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6mo ago
Forks1

Languages

Java

Security Score

67/100

Audited on Oct 8, 2025

No findings