Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Nov 24, 2024
1 parent 5c1d799 commit 39015f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ translations:
t: パターンマッチ
- key: options.currently_missing_from_js.pattern_matching.description
t: オブジェクトのパターンマッチに使う新しい`match`キーワード。
- key: options.currently_missing_from_js.pipe_operator
- key: options.currently_missing_from_js.js_pipeline_operator
t: パイプ演算子
- key: options.currently_missing_from_js.pipe_operator.description
- key: options.currently_missing_from_js.js_pipeline_operator.description
t: 関数の結果を別の関数に渡す新しい`|>`演算子。
- key: options.currently_missing_from_js.decorators
t: デコレータ
Expand Down Expand Up @@ -329,10 +329,10 @@ translations:
aliasFor: options.currently_missing_from_js.pattern_matching
- key: options.top_currently_missing_from_js.pattern_matching.description
aliasFor: options.currently_missing_from_js.pattern_matching.description
- key: options.top_currently_missing_from_js.pipe_operator
aliasFor: options.currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.pipe_operator.description
aliasFor: options.currently_missing_from_js.pipe_operator.description
- key: options.top_currently_missing_from_js.js_pipeline_operator
aliasFor: options.currently_missing_from_js.js_pipeline_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator.description
aliasFor: options.currently_missing_from_js.js_pipeline_operator.description
- key: options.top_currently_missing_from_js.decorators
aliasFor: options.currently_missing_from_js.decorators
- key: options.top_currently_missing_from_js.decorators.description
Expand Down Expand Up @@ -366,7 +366,7 @@ translations:
t: Decorators
- key: options.top_currently_missing_from_js.multithreading
t: Multithreading
- key: options.top_currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator
t: Pipe Operator
- key: options.top_currently_missing_from_js.native_observables
t: Native Observables
Expand Down Expand Up @@ -583,7 +583,7 @@ translations:
# - key: features.pattern_matching
# t: Pattern Matching

# - key: features.pipe_operator
# - key: features.js_pipeline_operator
# t: Pipe Operator

# - key: features.immutable_data_structures
Expand Down

0 comments on commit 39015f2

Please sign in to comment.