You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design/stdlib-localization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ multilingual distinguishes three layers of localization:
45
45
46
46
Grammar-level keywords are mapped via the Universal Semantic Model (USM). Every supported language has its own surface form for `COND_IF`, `LOOP_FOR`, `FUNC_DEF`, and all 51 semantic concepts.
47
47
48
-
```python
48
+
```plaintext
49
49
# English
50
50
if x > 0:
51
51
print(x)
@@ -63,7 +63,7 @@ si x > 0:
63
63
64
64
Selected built-in functions support localized **aliases**. The canonical English name is always available; aliases are additive:
0 commit comments