Skip to content

Commit

Permalink
Remove package and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 24, 2024
1 parent 33bd6ea commit 2120228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/Internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Language tags can be created by providing a subtags list or by parsing its
string representation:

```smalltalk
LanguageTag from: #('en' 'Latn' 'US').
LanguageTag composedOf: #('en' 'Latn' 'US').
LanguageTag fromString: 'en-us'.
'en-us' asLanguageTag.
```
Expand Down Expand Up @@ -57,7 +57,7 @@ of subtags, or parsing its string representation:

```smalltalk
LanguageRange any.
LanguageRange from: #('en').
LanguageRange composedOf: #('en').
LanguageRange fromString: '*'.
LanguageRange fromString: 'es-AR'.
```
Expand Down
2 changes: 0 additions & 2 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Exception-Handling-Extensions',
'Buoy-Exception-Handling-GS64-Extensions',
'Buoy-Localization',
'Buoy-Localization-Extensions',
'Buoy-Localization-GS64-Extensions',
'Buoy-Math',
'Buoy-Math-Extensions',
Expand Down Expand Up @@ -47,7 +46,6 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Exception-Handling-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Exception-Handling-GS64-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Localization' : { 'symbolDictName' : 'Buoy' },
'Buoy-Localization-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Localization-GS64-Extensions' : { 'symbolDictName' : 'Globals' },
'Buoy-Math' : { 'symbolDictName' : 'Buoy' },
'Buoy-Math-Extensions' : { 'symbolDictName' : 'Globals' },
Expand Down

0 comments on commit 2120228

Please sign in to comment.