This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
accm-website/includes/localization/LocalizationBase.inc.php
2010-08-14 22:32:09 +02:00

11 lines
236 B
PHP

<?php
/**
* This class represents all the messages to translate to set a new
* language for the website.
*
* @author Thomas Schwery <thomas.schwery@epfl.ch>
*/
abstract class LocalizationBase {
//TODO: See what is needed.
}
?>