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
2019-05-24 00:27:00 +01:00

35 lines
603 B
C#

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