This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Claunia.Localization/Claunia.Localization.Core/Language.cs
2019-05-23 22:15:57 +01:00

32 lines
556 B
C#

namespace Claunia.Localization.Core
{
/// <summary>Enumerates programming languages for parameters</summary>
public enum Language
{
C,
ObjectiveC,
CSharp,
Shell,
Python,
Lisp,
EmacsLisp,
PythonBraced,
Librep,
Scheme,
Smalltalk,
Java,
Awk,
ObjectPascal,
Ycp,
Tcl,
Perl,
Php,
GccInternal,
GfcInternal,
Qt,
QtPlural,
Kde,
Boost,
JavaScript
}
}