Skip to content

Commit df4080d

Browse files
author
Sacha Greif
committed
add strings
1 parent db3bc76 commit df4080d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

state_of_js.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ translations:
296296
# JS missing features
297297
- key: options.currently_missing_from_js.static_typing
298298
t: Static Typing
299-
# - key: options.currently_missing_from_js.static_typing.description
300-
# t: Native runtime typing; or TypeScript-style type-as-comments
299+
- key: options.currently_missing_from_js.static_typing.description
300+
t: Any kind of native static typing.
301301
- key: options.currently_missing_from_js.standard_library
302302
t: Standard Library
303303
- key: options.currently_missing_from_js.standard_library.description
@@ -1611,6 +1611,17 @@ translations:
16111611
aliases:
16121612
- features.js_pace_of_change.question
16131613

1614+
- key: options.js_pace_of_change.1
1615+
aliasFor: options.css_pace_of_change.1
1616+
- key: options.js_pace_of_change.2
1617+
aliasFor: options.css_pace_of_change.2
1618+
- key: options.js_pace_of_change.3
1619+
aliasFor: options.css_pace_of_change.3
1620+
- key: options.js_pace_of_change.4
1621+
aliasFor: options.css_pace_of_change.4
1622+
- key: options.js_pace_of_change.5
1623+
aliasFor: options.css_pace_of_change.5
1624+
16141625
###########################################################################
16151626
# Resources
16161627
###########################################################################

0 commit comments

Comments
 (0)