Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 01a049f

Browse files
committed
Add emoji
1 parent ce759e0 commit 01a049f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RouteServiceProvider extends ServiceProvider
2525
*/
2626
public function boot(Router $router)
2727
{
28-
$router->pattern('locale', '(es_MX|fr_CA|vi|tl)');
28+
$router->pattern('locale', '(es_MX|fr_CA|vi|tl|en_emoji)');
2929

3030
parent::boot($router);
3131
}

resources/views/template.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
{% endif %}
134134
{% endfor %}
135135
{% if langPrefix == '/' %}{% set langPrefix = '' %}{% endif %}
136+
<!--<li><span><img src="/assets/img/i18n-flags/en_emoji.png" /></span></li>-->
136137
</ul>
137138
</li>
138139
</ul>

0 commit comments

Comments
 (0)