mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
13 lines
273 B
C
13 lines
273 B
C
// Native language support - under construction
|
|
// Copyright (c) 2000. - 2005. EDE Authors
|
|
// This program is licenced under terms of the
|
|
// GNU General Public Licence version 2 or newer.
|
|
// See COPYING for details.
|
|
|
|
#ifndef _NLS_H_
|
|
#define _NLS_H_
|
|
|
|
#define _(s) s
|
|
|
|
#endif
|