Files
pgadmin4/web/regression/javascript/fake_translations.js

13 lines
347 B
JavaScript
Raw Normal View History

2017-03-20 19:32:41 +00:00
//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
2019-01-02 15:54:12 +05:30
// Copyright (C) 2013 - 2019, The pgAdmin Development Team
2017-03-20 19:32:41 +00:00
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////////////////
2017-03-16 14:27:55 +00:00
define(function () {
2017-06-12 16:55:14 +01:00
return {};
2018-01-05 10:42:49 +00:00
});