mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Renamed the projects
This commit is contained in:
parent
11f586ab36
commit
d25993f91e
345 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
using GreenshotPlugin.Core;
|
||||
|
||||
namespace GreenshotConfluencePlugin.Support {
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class LanguageXMLTranslationProvider : ITranslationProvider {
|
||||
/// <summary>
|
||||
/// See <see cref="ITranslationProvider.Translate" />
|
||||
/// </summary>
|
||||
public object Translate(string key) {
|
||||
if (Language.HasKey("confluence", key)) {
|
||||
return Language.GetString("confluence", key);
|
||||
}
|
||||
return key;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue