32 lines
556 B
C#
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
|
|
}
|
|
} |