SonicGarden

5 mods across 1 repository, 11 stars between them.

SonicGarden/copy-tuner-ruby-client

Instructions file

Project instructions for a Ruby client gem that synchronizes a Rails application's translated text with a CopyTuner server. They also document commands, architecture, testing, and coding rules such as TDD, meaning tests are written before the implementation.

11 14d ago A 1,005 tokens original MIT

SonicGarden/copy-tuner-ruby-client

Skill Claude CodeCodex

A procedure for removing CopyTuner after all of its translations have been moved into the application’s locale files. It first checks every translation key to make sure none still depends on CopyTuner.

11 14d ago A 122 tokens original MIT

SonicGarden/copy-tuner-ruby-client

Skill Claude CodeCodex

A migration workflow for replacing the old Rails view helper `tt` with the standard translation helper `t`. Rails is a web framework, and translation helpers retrieve text in the language configured for an application.

11 14d ago A 206 tokens original MIT

copy-tuner

05

SonicGarden/copy-tuner-ruby-client

Skill Claude CodeCodex

A project-specific tool for finding and managing translation keys, the labels and messages shown in different languages. It determines whether each key belongs in the application’s locale files or in the CopyTuner translation service.

11 14d ago A 175 tokens original MIT