Skip to content

SonicGarden/vscode-copy-tuner

Repository files navigation

CopyTuner

CopyTuner code action provider.

Features

demo

Installation

  1. releasesから.vsixファイルをダウンロード
  2. code --install-extension copy-tuner-x.x.x.vsix

Commands

  • copyTuner.download: 最新の翻訳データをtmpディレクトリにダウンロードします。
  • copyTuner.goto: 一覧から選択した翻訳のCopyTuner編集画面を開きます。

Requirements

Rails I18n Extension Settings

  • railsI18n.translateMethods: ["I18n.translate", "I18n.t", "t", "tt"]と設定してください。
  • railsI18n.localeFilePattern: {config,tmp}/locales/*.ymlと設定してください。