Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Behind the scenes key generation for `@solid-primitives/i18n`

オープン
#493 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
typescript, vite

調査の方向性

まず @solid-primitives/i18n の実装と、issue #492 にリンクされた機能リクエストを読んでから、CLI と Vite プラグインをリポジトリにどのように組み込めるかを調査してください。完了を評価できるようにするには、生成されるハッシュ、衝突処理、自動ハッシュ長について合意する必要があります。

索引モデルが issue の本文から書いたものです。

説明

enhancement
Describe The Problem To Be Solved

As a developer I don't want to have to come up with an project-wide unique key for each piece of text that needs to be internationalized. The given defaultValue with parameters should be enough and the rest should be handled in the background.

Suggest A Solution

A CLI Tool as this Feature requests (https://github.com/solidjs-community/solid-primitives/issues/492) could output a hash-map like .json output. And a vite plugin generates theses hashes in advance so that we have identical lookup times, less work and smaller bundles on the client side.

A killer feature would be to automatically determine the hash length so that for small projects only two to three letters do the trick which would also significantly reduce bundle size of these translation json's

主要言語
TypeScript
スター
1.6k
フォーク
162
平均マージ
19時間 40分
マージ済み PR(30日)
8

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

solidjs-community/solid-primitives のほかの issue

solidjs-community/solid-primitives の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。