Socket
Book a DemoInstallSign in
Socket

@phila/auto-translator

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/auto-translator

A tool to translate and manage localization files.

latest
npmnpm
Version
0.0.2
Version published
Maintainers
6
Created
Source

Locales

Overview

The Locales package contains all of the text files for the RC & RCMini applications respectively.

Both UI's utilize an eng.english.json file that has all of their english text. Further JSON language files named {iso-639-3 code}.{language name}.json are selectable for the UI.

Translation

In order to diff all of the current (dev) files against production, run yarn diff:rc || yarn diff:mini.

These will invoke a pipeline that:

  • Finds any new keys between this english file and the last
  • Finds any changed keys between this english file and the last.
  • Iterates through each language file and adds missing & changed english keys
  • Prepares those by auto translating them as a 'proposed' value
  • Generates CSV's from this reducer
  • Emails partner@moutfitters.com to create a zendesk ticket for translation of that text.

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts