Skip to content

Commit

Permalink
Merge ef2336d into 9d4ac2d
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Mar 8, 2024
2 parents 9d4ac2d + ef2336d commit 24b59ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repository/Cormas-UI/I18NTranslationViewer.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Extension { #name : #I18NTranslationViewer }

{ #category : #'*Cormas-UI' }
I18NTranslationViewer class >> open [

self flag:
'Warning: this is a hack to open this tool on Cormas. Because Cormas uses Pharo 9 and a old Spec version. When Cormas will be updated to use Pharo > 10, thus the new version of Spec, one can simply remove this method.'.
^ self new
defaultLayout;
openWithSpec
]

0 comments on commit 24b59ff

Please sign in to comment.