Move TranslationConverter to Core

This commit is contained in:
Vic 2022-12-21 15:50:41 +08:00
parent 0a3c59a7ad
commit 3b95b90f1c

View file

@ -1,11 +1,10 @@
using System;
using System.Globalization;
using System.Windows.Data;
using Flow.Launcher.Core.Resource;
namespace Flow.Launcher.Converters
namespace Flow.Launcher.Core.Resource
{
public class TranlationConverter : IValueConverter
public class TranslationConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{