Skip to content

Conversation

@jordanmontt
Copy link
Member

Fixes #17893

I propose to delete the package since theLocalePlugin is not present anymore in the vm. So, the whole package does not work. The primitives always fail.

@Ducasse
Copy link
Member

Ducasse commented Apr 26, 2025

Tx seb good idea.

@jordanmontt
Copy link
Member Author

Failing because I need to add the Depracted-14 package to Pharo baseline.

Writing to not forget

@guillep guillep marked this pull request as draft June 27, 2025 08:05
@jecisc
Copy link
Member

jecisc commented Jul 10, 2025

The packages were not removed from the baseline so the bootstrap is failing

@jordanmontt jordanmontt marked this pull request as ready for review July 25, 2025 14:01
Comment on lines -1 to -13
Extension { #name : 'String' }

{ #category : '*System-Localization' }
String >> translated [
"answer the receiver translated to the default language"
^ NaturalLanguageTranslator translate: self
]

{ #category : '*System-Localization' }
String >> translatedTo: localeID [
"answer the receiver translated to the given locale id"
^ NaturalLanguageTranslator translate: self toLocale: localeID
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe these extensions should be kept as deprecated just returning self for people using them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Locale #primLanguage fails for German MacOS

4 participants