mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 03:54:44 +00:00 
			
		
		
		
	chore: remove unused translation (#6158)
This commit is contained in:
		
							parent
							
								
									1cc41c10c4
								
							
						
					
					
						commit
						080b7db605
					
				@ -1,7 +1,5 @@
 | 
			
		||||
import 'dart:io';
 | 
			
		||||
 | 
			
		||||
import 'package:flutter/material.dart';
 | 
			
		||||
 | 
			
		||||
import 'package:appflowy/generated/flowy_svgs.g.dart';
 | 
			
		||||
import 'package:appflowy/generated/locale_keys.g.dart';
 | 
			
		||||
import 'package:appflowy/util/int64_extension.dart';
 | 
			
		||||
@ -22,6 +20,7 @@ import 'package:flowy_infra/size.dart';
 | 
			
		||||
import 'package:flowy_infra/theme_extension.dart';
 | 
			
		||||
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
 | 
			
		||||
import 'package:flowy_infra_ui/widget/error_page.dart';
 | 
			
		||||
import 'package:flutter/material.dart';
 | 
			
		||||
import 'package:flutter_bloc/flutter_bloc.dart';
 | 
			
		||||
 | 
			
		||||
import '../../../../plugins/document/presentation/editor_plugins/openai/widgets/loading.dart';
 | 
			
		||||
@ -121,11 +120,7 @@ class _SettingsPlanViewState extends State<SettingsPlanView> {
 | 
			
		||||
                        priceInfo: LocaleKeys
 | 
			
		||||
                            .settings_planPage_planUsage_addons_aiMax_priceInfo
 | 
			
		||||
                            .tr(),
 | 
			
		||||
                        recommend: LocaleKeys
 | 
			
		||||
                            .settings_planPage_planUsage_addons_aiMax_recommend
 | 
			
		||||
                            .tr(
 | 
			
		||||
                          args: [SubscriptionPlanPB.AiMax.priceMonthBilling],
 | 
			
		||||
                        ),
 | 
			
		||||
                        recommend: '',
 | 
			
		||||
                        buttonText: state.subscriptionInfo.hasAIMax
 | 
			
		||||
                            ? LocaleKeys
 | 
			
		||||
                                .settings_planPage_planUsage_addons_activeLabel
 | 
			
		||||
 | 
			
		||||
@ -747,8 +747,7 @@
 | 
			
		||||
            "title": "AI Max",
 | 
			
		||||
            "description": "Unlimited AI responses powered by GPT-4o, Claude 3.5 Sonnet, and more",
 | 
			
		||||
            "price": "{}",
 | 
			
		||||
            "priceInfo": "Per user per month billed annually",
 | 
			
		||||
            "recommend": ""
 | 
			
		||||
            "priceInfo": "Per user per month billed annually"
 | 
			
		||||
          },
 | 
			
		||||
          "aiOnDevice": {
 | 
			
		||||
            "title": "AI On-device for Mac",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user