From 52ed1b5f592db544b37b818c021ff37eab1ec2cf Mon Sep 17 00:00:00 2001 From: Sacha Greif Date: Sun, 24 Nov 2024 14:33:48 +0900 Subject: [PATCH] add strings --- state_of_js.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/state_of_js.yml b/state_of_js.yml index 045a03b..f9469ee 100644 --- a/state_of_js.yml +++ b/state_of_js.yml @@ -305,9 +305,9 @@ translations: t: Pattern Matching - key: options.currently_missing_from_js.pattern_matching.description t: A new `match` keyword for pattern-matching objects. - - key: options.currently_missing_from_js.pipe_operator + - key: options.currently_missing_from_js.js_pipeline_operator t: Pipe Operator - - key: options.currently_missing_from_js.pipe_operator.description + - key: options.currently_missing_from_js.js_pipeline_operator.description t: A new `|>` operator for passing the result of one function to another. - key: options.currently_missing_from_js.decorators t: Decorators @@ -342,10 +342,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 @@ -379,7 +379,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 @@ -598,7 +598,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