forked from midou/invidious
		
	Merge pull request #2576 from SamantazFox/fix-locales-handling
Fix locales handling
This commit is contained in:
		@@ -69,11 +69,28 @@
 | 
			
		||||
    "preferences_local_label": "Proxy videos: ",
 | 
			
		||||
    "preferences_speed_label": "Default speed: ",
 | 
			
		||||
    "preferences_quality_label": "Preferred video quality: ",
 | 
			
		||||
    "preferences_quality_option_dash": "DASH (adaptative quality)",
 | 
			
		||||
    "preferences_quality_option_hd720": "HD720",
 | 
			
		||||
    "preferences_quality_option_medium": "Medium",
 | 
			
		||||
    "preferences_quality_option_small": "Small",
 | 
			
		||||
    "preferences_quality_dash_label": "Preferred dash video quality: ",
 | 
			
		||||
    "preferences_quality_dash_option_auto": "Auto",
 | 
			
		||||
    "preferences_quality_dash_option_best": "Best",
 | 
			
		||||
    "preferences_quality_dash_option_worst": "Worst",
 | 
			
		||||
    "preferences_quality_dash_option_4320p": "4320p",
 | 
			
		||||
    "preferences_quality_dash_option_2160p": "2160p",
 | 
			
		||||
    "preferences_quality_dash_option_1440p": "1440p",
 | 
			
		||||
    "preferences_quality_dash_option_1080p": "1080p",
 | 
			
		||||
    "preferences_quality_dash_option_720p": "720p",
 | 
			
		||||
    "preferences_quality_dash_option_480p": "480p",
 | 
			
		||||
    "preferences_quality_dash_option_360p": "360p",
 | 
			
		||||
    "preferences_quality_dash_option_240p": "240p",
 | 
			
		||||
    "preferences_quality_dash_option_144p": "144p",
 | 
			
		||||
    "preferences_volume_label": "Player volume: ",
 | 
			
		||||
    "preferences_comments_label": "Default comments: ",
 | 
			
		||||
    "youtube": "YouTube",
 | 
			
		||||
    "reddit": "Reddit",
 | 
			
		||||
    "invidious": "Invidious",
 | 
			
		||||
    "preferences_captions_label": "Default captions: ",
 | 
			
		||||
    "Fallback captions: ": "Fallback captions: ",
 | 
			
		||||
    "preferences_related_videos_label": "Show related videos: ",
 | 
			
		||||
@@ -423,6 +440,8 @@
 | 
			
		||||
    "4k": "4K",
 | 
			
		||||
    "location": "Location",
 | 
			
		||||
    "hdr": "HDR",
 | 
			
		||||
    "purchased" : "Purchased",
 | 
			
		||||
    "360" : "360°",
 | 
			
		||||
    "filter": "Filter",
 | 
			
		||||
    "Current version: ": "Current version: ",
 | 
			
		||||
    "next_steps_error_message": "After which you should try to: ",
 | 
			
		||||
@@ -433,5 +452,14 @@
 | 
			
		||||
    "footer_source_code": "Source code",
 | 
			
		||||
    "footer_original_source_code": "Original source code",
 | 
			
		||||
    "footer_modfied_source_code": "Modified Source code",
 | 
			
		||||
    "adminprefs_modified_source_code_url_label": "URL to modified source code repository"
 | 
			
		||||
    "adminprefs_modified_source_code_url_label": "URL to modified source code repository",
 | 
			
		||||
    "none": "none",
 | 
			
		||||
    "videoinfo_started_streaming_x_ago": "Started streaming `x` ago",
 | 
			
		||||
    "videoinfo_watch_on_youTube": "Watch on YouTube",
 | 
			
		||||
    "videoinfo_youTube_embed_link": "Embed",
 | 
			
		||||
    "videoinfo_invidious_embed_link": "Embed Link",
 | 
			
		||||
    "download_subtitles": "Subtitles - `x` (.vtt)",
 | 
			
		||||
    "user_created_playlists": "`x` created playlists",
 | 
			
		||||
    "user_saved_playlists": "`x` saved playlists",
 | 
			
		||||
    "Video unavailable": "Video unavailable"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user