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 a8fa137 commit 52ed1b5
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52ed1b5

Please sign in to comment.