소스 검색

Moved localization from supporter pack

Krzysztof Krysiński 2 년 전
부모
커밋
202a3b1584
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 2
      src/PixiEditor/Data/Localization/Languages/en.json
  2. 1 1
      src/PixiEditor/Views/MainWindow.xaml

+ 0 - 2
src/PixiEditor/Data/Localization/Languages/en.json

@@ -569,6 +569,4 @@
   "ERROR_NO_CLASS_ENTRY": "Extension class entry is missing on path '{0}'.",
   "ERROR_NO_ENTRY_ASSEMBLY": "Extension entry assembly is missing on path '{0}'.",
   "ERROR_MISSING_ADDITIONAL_CONTENT": "Your current setup doesn't allow loading this extension. Perhaps you don't own it or don't have it installed. You can purchase it here '{0}'.",
-
-  "AWESOME_SUPPORTER": "Awesome Supporter"
 }

+ 1 - 1
src/PixiEditor/Views/MainWindow.xaml

@@ -477,7 +477,7 @@
                             Visibility="{Binding Path=AdditionalContentSubViewModel.IsSupporterPackAvailable,
                            Converter={converters:BoolToVisibilityConverter}}">
                         <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="White"
-                                   ui1:Translator.Key="AWESOME_SUPPORTER" />
+                                   ui1:Translator.Key="PSP:AWESOME_SUPPORTER" />
                     </Border>
                     <Button
                         Style="{StaticResource MinimizeButtonStyle}"