aboutsummaryrefslogtreecommitdiff
path: root/fonts/mono_dejavu_sans_200.png
diff options
context:
space:
mode:
authorzaoqi <zaomir@outlook.com>2019-12-21 07:23:15 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-10 18:57:47 +0000
commitb44fada29e84a975ce5985a23f050c6499b6b204 (patch)
tree609d96b99895ab984a727f806ce7bb8175ba59bb /fonts/mono_dejavu_sans_200.png
parent859ea160e63be3c0eee97e00f7e4ae0c89154f8e (diff)
downloadminetest-b44fada29e84a975ce5985a23f050c6499b6b204.tar.gz
minetest-b44fada29e84a975ce5985a23f050c6499b6b204.tar.bz2
minetest-b44fada29e84a975ce5985a23f050c6499b6b204.zip
Translated using Weblate (Chinese (Simplified))
Currently translated at 65.1% (830 of 1274 strings)
Diffstat (limited to 'fonts/mono_dejavu_sans_200.png')
0 files changed, 0 insertions, 0 deletions
of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "exceptions.h" namespace con { /* Exceptions */ class NotFoundException : public BaseException {