Skip to content

Commit e221536

Browse files
author
Sacha Greif
committed
add strings
1 parent 4463576 commit e221536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

state_of_js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ translations:
294294
# JS missing features
295295
- key: options.currently_missing_from_js.static_typing
296296
t: Static Typing
297-
- key: options.currently_missing_from_js.static_typing.description
298-
t: Native runtime typing; or TypeScript-style type-as-comments
297+
# - key: options.currently_missing_from_js.static_typing.description
298+
# t: Native runtime typing; or TypeScript-style type-as-comments
299299
- key: options.currently_missing_from_js.standard_library
300300
t: Standard Library
301301
- key: options.currently_missing_from_js.standard_library.description
@@ -1301,7 +1301,7 @@ translations:
13011301
aliases:
13021302
- features.native_types_proposal
13031303
- key: usage.native_types_proposal.question
1304-
t: How would you like to see native types implemented in JavaScript?
1304+
t: How would you like to see types implemented natively in JavaScript?
13051305
aliases:
13061306
- features.native_types_proposal.question
13071307

0 commit comments

Comments
 (0)